diff --git a/doc/backends.txt b/doc/backends.txt index 343af09ed6..5846cce9ba 100644 --- a/doc/backends.txt +++ b/doc/backends.txt @@ -110,8 +110,8 @@ interface `_ mainly through the `importc pragma `_. The ``importc`` pragma is the *generic* way of making backend symbols available in Nim and is available in all the target backends (JavaScript too). The C++ or Objective-C backends -have their respective `ImportCpp `_ and -`ImportObjC `_ pragmas to call methods from +have their respective `ImportCpp `_ and +`ImportObjC `_ pragmas to call methods from classes. Whenever you use any of these pragmas you need to integrate native code into