Skip to content

Commit a0c1e57

Browse files
committed
README.md: Fix typo
Fixes #30
1 parent db5cbbc commit a0c1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ has the same effect as
215215
<?:include some_name ?>
216216

217217
but `$fn` can be determined programmatically. Note that defines set with
218-
**-D** or **-s** do not take effect effect until after the script has been
218+
**-D** or **-s** do not take effect until after the script has been
219219
generated, which is after the macro code runs. However, those are available
220220
as hashes `$PSelf->{Defs}` and `$PSelf->{Sets}` in macro code.
221221

0 commit comments

Comments
 (0)