Skip to content

Commit a527c2d

Browse files
committed
clarify comment
1 parent a60b66d commit a527c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/vocabulary.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def register(prefix, vocab, **params)
131131
# fill in the class name
132132
params[:class_name] ||= prefix.to_s.upcase
133133

134-
# now freeze and assign; note @vocab_map may not exist yet
134+
# now freeze and assign
135135
vocab_map[prefix.to_s.to_sym] = params.freeze
136136
end
137137

0 commit comments

Comments
 (0)