diff --git a/doc/backends.rst b/doc/backends.rst index 2fee1ab9bfac..7abb786aa66f 100644 --- a/doc/backends.rst +++ b/doc/backends.rst @@ -136,7 +136,7 @@ there are few sources or providing them along the Nim code is easier than using a system library. Libraries installed on the host system can be linked in with the `PassL pragma `_. -To wrap native code, take a look at the `c2nim tool `_ which helps +To wrap native code, take a look at the `c2nim tool `_ which helps with the process of scanning and transforming header files into a Nim interface.