Skip to content

Commit 8c88935

Browse files
committed
feat: include -> as code
1 parent 1d88374 commit 8c88935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/text_manipulation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
return word;
2626
}
2727

28-
if (!/[_=/\\]|.\(.*\)/.test(word)) {
28+
if (!/[_=/\\]|.\(.*\)|->/.test(word)) {
2929
return word;
3030
}
3131

0 commit comments

Comments
 (0)