Skip to content

Commit

Permalink
Merge pull request #37 from mekishizufu/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Zachary Scott committed Nov 26, 2012
2 parents 3c6b342 + 5685e3c commit 43be2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43be2c1

Please sign in to comment.