summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2018-10-12 16:18:02 +0200
committerMarcus Stollsteimer <sto.mar@web.de>2018-10-12 16:18:02 +0200
commit1c747d89abddb8f3692ea7812c91534db6b5862d (patch)
tree5cbf0e44b6a1bd4ab5b03cf9510c5d96b2039da2 /lib
parent2261525efa9e32ea2556ad3bc34ead71cada5315 (diff)
downloadpsych-1c747d89abddb8f3692ea7812c91534db6b5862d.zip
Fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index d2d277d..b32ab6c 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Psych
- # The version is Psych you're using
+ # The version of Psych you are using
VERSION = '3.1.0.pre1' unless defined?(::Psych::VERSION)
if RUBY_ENGINE == 'jruby'