Fix unpaired quote symbol in README.Mac
authorIvan Maidanski <ivmai@mail.ru>
Fri, 12 May 2017 14:21:19 +0000 (17:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 12 May 2017 14:21:19 +0000 (17:21 +0300)
* doc/README.Mac: Fix a typo (remove unpaired double-quote).

doc/README.Mac

index ada8ae4..5baaffa 100644 (file)
@@ -271,7 +271,7 @@ action! malloc will call GC_malloc and free GC_free, new/delete too. You
 don't have to call free or delete. You may have to be a bit cautious about
 delete if you're freeing other resources than RAM. See gc_cpp.h. You can
 also keep coding as always with delete/free. That works too. If you want,
-"include <gc.h> and tweak its use a bit.
+include "gc.h" and tweak its use a bit.
 
 == Symantec SPM ==