diff options
Diffstat (limited to 'src/content/chapter1_functions/lesson09_documentation_comments/en.html')
-rw-r--r-- | src/content/chapter1_functions/lesson09_documentation_comments/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter1_functions/lesson09_documentation_comments/en.html b/src/content/chapter1_functions/lesson09_documentation_comments/en.html index b20307e..c27bac6 100644 --- a/src/content/chapter1_functions/lesson09_documentation_comments/en.html +++ b/src/content/chapter1_functions/lesson09_documentation_comments/en.html @@ -8,7 +8,7 @@ </p> <p> <code>///</code> is used for documenting types and functions, and should be - placed immediately before the type or function it's documenting. + placed immediately before the type or function it is documenting. </p> <p> <code>////</code> is used for documenting modules, and should be placed |