summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-10-14 22:35:49 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-10-14 22:35:49 +0100
commit02aa835017406e5250e21a8537637af0a7c02cd4 (patch)
treeb7be763305300e86f0867643c94cfea412d778d1
parente118f60216c293ce198adc382f66616d4f3b6a8a (diff)
downloadswig-02aa835017406e5250e21a8537637af0a7c02cd4.tar.gz
Modula3 rst doc correction
-rw-r--r--SphinxDocs/source/Manual/Modula3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/SphinxDocs/source/Manual/Modula3.rst b/SphinxDocs/source/Manual/Modula3.rst
index f0d353a5f..ef98a6c07 100644
--- a/SphinxDocs/source/Manual/Modula3.rst
+++ b/SphinxDocs/source/Manual/Modula3.rst
@@ -604,12 +604,12 @@ Pragmas
- Description
*
- unsafe
- - ``%pragma(modula3)unsafe="true";``
+ - ``%pragma(modula3) unsafe="true";``
- Mark the raw interface modules as ``UNSAFE``.
This will be necessary in many cases.
*
- library
- - ``%pragma(modula3)library="m3fftw";``
+ - ``%pragma(modula3) library="m3fftw";``
- Specifies the library name for the wrapper library to be created.
It should be distinct from the name of the library to be wrapped.