diff options
| author | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-11-10 10:07:38 +0800 |
|---|---|---|
| committer | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-11-10 10:07:38 +0800 |
| commit | ec8703545fc9b536e3a795afcc592ddb71f3c0cd (patch) | |
| tree | 71eff5e8ca371533765f3b2ed0e9745e723c17dd /system/doc/tutorial | |
| parent | 5c331cb128ffb0cd2c50b33ef298e5eb601b4e8e (diff) | |
| download | erlang-ec8703545fc9b536e3a795afcc592ddb71f3c0cd.tar.gz | |
Fix typos in system doc
Diffstat (limited to 'system/doc/tutorial')
| -rw-r--r-- | system/doc/tutorial/nif.xmlsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/tutorial/nif.xmlsrc b/system/doc/tutorial/nif.xmlsrc index 637b764c66..a7a6057826 100644 --- a/system/doc/tutorial/nif.xmlsrc +++ b/system/doc/tutorial/nif.xmlsrc @@ -62,7 +62,7 @@ </list> <p>Normally these are minimal stub implementations that throw an exception. But they can also be used as fallback implementations - for functions that do not have native implemenations on some + for functions that do not have native implementations on some architectures.</p> <p>NIF libraries are loaded by calling <c>erlang:load_nif/2</c>, with the name of the shared library as argument. The second |
