diff options
author | 2021-05-16 20:10:46 +0100 | |
---|---|---|
committer | 2021-05-16 20:10:46 +0100 | |
commit | cc7aff5fd6fa14ecaf990d4964f333970fce516f (patch) | |
tree | 77b91bbb96fcaa0991aa09f4890fd79eee1b39a2 | |
parent | Create blocking.md (diff) |
Change programme to program
-rw-r--r-- | bot/resources/tags/blocking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/blocking.md b/bot/resources/tags/blocking.md index 1671ff0d9..5c9eeddc4 100644 --- a/bot/resources/tags/blocking.md +++ b/bot/resources/tags/blocking.md @@ -4,4 +4,4 @@ Imagine that you're coding a Discord bot and every time somebody uses a command, **What is asynchronous programming?** -An asynchronous programme utilises the `async` and `await` keywords. An asynchronous programme pauses what it's doing and does something else whilst it waits for some third-party service to complete whatever it's supposed to do. +An asynchronous program utilises the `async` and `await` keywords. An asynchronous program pauses what it's doing and does something else whilst it waits for some third-party service to complete whatever it's supposed to do. |