Browse Source

Merge 7b70c3993b into f3b8937686

pull/592/merge
Techbot121 GitHub 8 years ago
parent
commit
0ca0c398f3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/intro.md

+ 2
- 2
docs/guides/intro.md View File

@@ -67,7 +67,7 @@ async main.


[!code-csharp[Async Context](samples/intro/async-context.cs)] [!code-csharp[Async Context](samples/intro/async-context.cs)]


As a result of this, your program will now start, and immidiately
As a result of this, your program will now start, and immediately
jump into an async context. This will allow us later on to create a jump into an async context. This will allow us later on to create a
connection to Discord, without needing to worry about setting up the connection to Discord, without needing to worry about setting up the
correct async implementation. correct async implementation.
@@ -221,4 +221,4 @@ should be to separate the program (initialization and command handler),
the modules (handle commands), and the services (persistent storage, the modules (handle commands), and the services (persistent storage,
pure functions, data manipulation). pure functions, data manipulation).


**todo:** diagram of bot structure
**todo:** diagram of bot structure

Loading…
Cancel
Save