diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html index 89de43010..04a4f1cee 100644 --- a/Doc/Manual/Ruby.html +++ b/Doc/Manual/Ruby.html @@ -3343,7 +3343,7 @@ SWIG_From_float(float)
Here, while the Ruby versions return the value directly, the SWIG -versions do not, but return a status value to indicate success (SWIG_OK). While more akward to use, this allows you to write typemaps that report more helpful error messages, like:
+versions do not, but return a status value to indicate success (SWIG_OK). While more awkward to use, this allows you to write typemaps that report more helpful error messages, like: