Skip to content

Commit b1c4aaa

Browse files
committed
Fix an F# -> 'M bug in the conversion sed rule
1 parent 832c671 commit b1c4aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mapping.sed

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ s/D#,$/'g/g
1717
s/D#,/'g /g
1818
s/E,/'G/g
1919
s/F,/'m/g
20-
s/F#/'M/g
20+
s/F#,/'M/g
2121
s/Bb,$/'n/g
2222
s/Bb,/'n /g
2323
s/B,/'N/g

0 commit comments

Comments
 (0)