Skip to content

Commit

Permalink
fix comment to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 22, 2015
1 parent eec7641 commit 399834b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/types/src/modules/String.rb
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ def ParseOptions(options, parameters)
"v" => "v", # vertical tab
"\\" => "\\", # backslash
# backslash will be removed later,
# double quote and escaped double quote have to different yet
# double quote and escaped double quote have to be different
# as it have different meaning
"\"" => "\\\""
}

Expand Down

0 comments on commit 399834b

Please sign in to comment.