Skip to content

Commit

Permalink
unicode.data: remove accidental breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 6, 2023
1 parent 922e9fa commit 986786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/unicode/data/data.factor
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ load-unicode-data {
[ 12 swap process-data simple-upper swap assoc-union! drop ]
[ 14 swap process-data simple-upper assoc-union simple-title swap assoc-union! drop ]
[ process-combining class-map swap assoc-union! drop ]
[ process-canonical B canonical-map swap assoc-union! drop combine-map swap assoc-union! drop ]
[ process-canonical canonical-map swap assoc-union! drop combine-map swap assoc-union! drop ]
[ process-compatibility compatibility-map swap assoc-union! drop ]
[ process-category category-map push-all ]
} cleave
Expand Down

0 comments on commit 986786c

Please sign in to comment.