summaryrefslogtreecommitdiff
path: root/Lib/javascript
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-02-26 18:36:12 +1300
committerOlly Betts <olly@survex.com>2022-02-27 18:15:46 +1300
commitb127e11f1e58f4948d0e75667cb797e6f5a797a0 (patch)
tree6f9c7f4862f28656f563fa40f7fc114bd83e8995 /Lib/javascript
parentb5544a181276a3d258cea6deaa6ff875d1e580fc (diff)
downloadswig-b127e11f1e58f4948d0e75667cb797e6f5a797a0.tar.gz
Fix typos in docs and comments
Diffstat (limited to 'Lib/javascript')
-rw-r--r--Lib/javascript/jsc/typemaps.i2
-rw-r--r--Lib/javascript/v8/typemaps.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/javascript/jsc/typemaps.i b/Lib/javascript/jsc/typemaps.i
index d3d8afb19..b5b441bc7 100644
--- a/Lib/javascript/jsc/typemaps.i
+++ b/Lib/javascript/jsc/typemaps.i
@@ -72,7 +72,7 @@ multiple output values, they are returned in the form of a Python tuple.
For example, suppose you were trying to wrap the modf() function in the
C math library which splits x into integral and fractional parts (and
-returns the integer part in one of its parameters).K:
+returns the integer part in one of its parameters) :
double modf(double x, double *ip);
diff --git a/Lib/javascript/v8/typemaps.i b/Lib/javascript/v8/typemaps.i
index e68b6654a..e88f0019e 100644
--- a/Lib/javascript/v8/typemaps.i
+++ b/Lib/javascript/v8/typemaps.i
@@ -72,7 +72,7 @@ multiple output values, they are returned in the form of a Python tuple.
For example, suppose you were trying to wrap the modf() function in the
C math library which splits x into integral and fractional parts (and
-returns the integer part in one of its parameters).K:
+returns the integer part in one of its parameters) :
double modf(double x, double *ip);