From 5685e3ccfec949906636a1c4d9f4a4d590bcfaa6 Mon Sep 17 00:00:00 2001 From: Jiri Pospisil Date: Mon, 26 Nov 2012 20:59:37 +0100 Subject: [PATCH] Fix typo --- c-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-extensions.md b/c-extensions.md index 4c57272..ec4f7cb 100644 --- a/c-extensions.md +++ b/c-extensions.md @@ -65,7 +65,7 @@ libraries is platform dependent. You can use this bit of code to find the filename extension used on your platform for dynamically linked libraries: % irb -rrbconfig - >> RbConfig::CONFIG['DLEXT']" + >> RbConfig::CONFIG['DLEXT'] # extensions are .bundle on my OS => bundle