summaryrefslogtreecommitdiff
path: root/ext/win32ole/sample/ieconst.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/sample/ieconst.rb')
-rw-r--r--ext/win32ole/sample/ieconst.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/sample/ieconst.rb b/ext/win32ole/sample/ieconst.rb
index 234272c7ed..2c6a7a383c 100644
--- a/ext/win32ole/sample/ieconst.rb
+++ b/ext/win32ole/sample/ieconst.rb
@@ -20,7 +20,7 @@ end
# Remark!!! CONSTANTS has not tested enoughly!!!
# CONSTANTS is alpha release.
# If there are constants which first letter is not [a-zA-Z],
-# like a '_Foo', then maybe you can access the value by
+# like a '_Foo', then maybe you can access the value by
# using CONSTANTS['_Foo']
#------------------------------------------------------------
IE_CONST::CONSTANTS.each do |k, v|