From 8be1d0e03a2f7407a8a60e07fa99ad6d6c8e709a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 9 Oct 2017 09:06:05 +1300 Subject: [PATCH] Fix typo in manual --- Doc/Manual/Ruby.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: