README.txt in RubyInline-3.12.1 vs README.txt in RubyInline-3.12.2
- old
+ new
@@ -39,11 +39,11 @@
* inline_c_raw exists for when the automatic conversion isn't sufficient.
* Only recompiles if the inlined code has changed.
* Pretends to be secure.
* Only requires standard ruby libraries, nothing extra to download.
-== SYNOPSYS:
+== SYNOPSIS:
require "inline"
class MyTest
inline do |builder|
builder.c "
@@ -55,10 +55,10 @@
end
end
t = MyTest.new()
factorial_5 = t.factorial(5)
-== SYNOPSYS (C++):
+== SYNOPSIS (C++):
require 'inline'
class MyTest
inline(:C) do |builder|
builder.include '<iostream>'