Skip to content

Commit 21e243b

Browse files
author
blackhedd
committed
comment
1 parent bc54a9c commit 21e243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def read_ber syntax=nil
160160
end
161161
=end
162162

163-
# == is expensive so sort this if/else so the common cases are at the top.
163+
# == is expensive so sort this if/else so the common cases are at the top.
164164
obj = if objtype == :string
165165
#(newobj || "").dup
166166
s = BerIdentifiedString.new( newobj || "" )

0 commit comments

Comments
 (0)