Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking authored Apr 5, 2023
1 parent db854fb commit 9aba642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Its main design purpose is to do experiments with "string substitution".

Currently the definition of substitution of strings are defined by the built-in `replace` function of `String`.

It's not allowed to do $[X/""]Y$ (replace empty string with some string).
It's not allowed to do $[X/\epsilon]Y$ (replace empty string with some string).

## Concepts

Expand Down

0 comments on commit 9aba642

Please sign in to comment.