diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-16 00:10:55 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-16 00:10:55 -0700 |
commit | 37ea8c410ecf889125a27c5f872f723db8033813 (patch) | |
tree | 3c14e5590f81c1562c436c999568379bf32830dd /apps | |
parent | 53cef4be07176d94d298bc08e295ff42df3a420b (diff) | |
download | mu-37ea8c410ecf889125a27c5f872f723db8033813.tar.gz |
.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dquotes.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dquotes.subx b/apps/dquotes.subx index 083b295f..c948994f 100644 --- a/apps/dquotes.subx +++ b/apps/dquotes.subx @@ -1760,7 +1760,7 @@ test-emit-metadata-in-string-literal: 5d/pop-to-EBP c3/return -# (re)compute the bounds of the next word in the line +# (re)compute the bounds of the next word or string literal in the line # return empty string on reaching end of file next-word-or-string: # line : (address stream byte), out : (address slice) # . prolog |