Skip to content

Commit

Permalink
change quotes :o
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed May 12, 2023
1 parent 0043f43 commit 607a455
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ type Text_Sub_Range
## PRIVATE
default_options : Vector Option
default_options =
o1 = Option 'Before' '(Text_Sub_Range.Before " ")'
o2 = Option 'Before_Last' '(Text_Sub_Range.Before_Last " ")'
o3 = Option 'After' '(Text_Sub_Range.After " ")'
o4 = Option 'After_Last' '(Text_Sub_Range.After_Last " ")'
o1 = Option "Before" "(Text_Sub_Range.Before ' ')"
o2 = Option "Before_Last" "(Text_Sub_Range.Before_Last ' ')"
o3 = Option "After" "(Text_Sub_Range.After ' ')"
o4 = Option "After_Last" "(Text_Sub_Range.After_Last ' ')"
[o1, o2, o3, o4]

## PRIVATE
Expand Down

0 comments on commit 607a455

Please sign in to comment.