summaryrefslogtreecommitdiff
path: root/Doc/Manual/Extending.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Extending.html')
-rw-r--r--Doc/Manual/Extending.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html
index 1deb1cb12..b01328380 100644
--- a/Doc/Manual/Extending.html
+++ b/Doc/Manual/Extending.html
@@ -3711,7 +3711,7 @@ Below are some practical steps that should help meet these requirements.
</li>
<li>
Copying an existing language module and adapting the source for it is likely to be the most efficient
- approach to fully developing a new module as a numbe of corner cases are covered in the existing implementations.
+ approach to fully developing a new module as a number of corner cases are covered in the existing implementations.
The most advanced scripting languages are Python and Ruby.
The most advanced compiled target languages are Java and C#.
</li>