From 2f1e8f11c2734a1a2594a548e046fc841aaf2d6b Mon Sep 17 00:00:00 2001 From: "A. S. Budden" Date: Tue, 7 Jun 2016 15:37:33 +0100 Subject: [PATCH] Fixed a couple of links. --- doc/backends.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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