Skip to content

Commit 32406b3

Browse files
committed
fix typo: maketex -> maketext
1 parent 33f7183 commit 32406b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_maketext

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
##### README
22

33

4-
Currently (version 1.25) Maketext has a "use strict" line as part of its string parser. This "use strict" interacts badly with WWSafe and fails. Unfortunately the use strict cannot be turned off in Maketext. This means that you can use maketex in PG, but you cannot use any of its features, including simple ones like maketext('Hello [_1] World','Cruel');
4+
Currently (version 1.25) Maketext has a "use strict" line as part of its string parser. This "use strict" interacts badly with WWSafe and fails. Unfortunately the use strict cannot be turned off in Maketext. This means that you can use maketext in PG, but you cannot use any of its features, including simple ones like maketext('Hello [_1] World','Cruel');
55

66
If it becomes necessary to use the more advance versions of maketext in PG we will need to fork Maketext.
77

88

9-
9+

0 commit comments

Comments
 (0)