summaryrefslogtreecommitdiff
path: root/doc/colm/0_06_scope.adoc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-13 07:30:02 -0600
committerGitHub <noreply@github.com>2019-09-13 07:30:02 -0600
commit99c75aa9227efe3c2bfb7959dc0c2b7825a03d8b (patch)
tree490de2c73247a62aeb764c2972cd92a6504530bf /doc/colm/0_06_scope.adoc
parent2f7331772690af0f9fb189d735c04ad7263f489b (diff)
parent45c11a0a88b7d6acd543c7c473955c4bbc968906 (diff)
downloadcolm-99c75aa9227efe3c2bfb7959dc0c2b7825a03d8b.tar.gz
Merge pull request #2 from phorward/phorward
Fixing some typos in existing docs
Diffstat (limited to 'doc/colm/0_06_scope.adoc')
-rw-r--r--doc/colm/0_06_scope.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/colm/0_06_scope.adoc b/doc/colm/0_06_scope.adoc
index 2c411a61..3c0a9e42 100644
--- a/doc/colm/0_06_scope.adoc
+++ b/doc/colm/0_06_scope.adoc
@@ -1,7 +1,7 @@
Scope
=====
-We saw in the previous paragraph that functions can be used, and that they can have parameter.
+We saw in the previous paragraph that functions can be used, and that they can have parameters.
This forces us to clarify 'scope'.
[source,chapel]