Fixed typo in __GLUE example documentation
This commit is contained in:
parent
7c378e5a7c
commit
5679aa0b0f
|
@ -52,7 +52,7 @@ public enum CDC1604DashP6 {
|
||||||
/// A = 1, first P6 is terminator select, than next P6 _A++ select pie part 1-27, until other P6 stops it.
|
/// A = 1, first P6 is terminator select, than next P6 _A++ select pie part 1-27, until other P6 stops it.
|
||||||
/// Example ascii "012" is
|
/// Example ascii "012" is
|
||||||
/// 0 = __PIE NX01_A NX01_A (__PIE T001 PART_1)
|
/// 0 = __PIE NX01_A NX01_A (__PIE T001 PART_1)
|
||||||
/// 12 = __PIE NX09_I NX01_A N01_B (__PIE T009 PART_1+2)
|
/// 12 = __PIE NX09_I NX01_A NX02_B (__PIE T009 PART_1+2)
|
||||||
__PIE('\u0001'),
|
__PIE('\u0001'),
|
||||||
/// Word glue to flag for automatic casing and/or separator in renderer.(by user-pref per context)
|
/// Word glue to flag for automatic casing and/or separator in renderer.(by user-pref per context)
|
||||||
/// The example "__SPACE __GLUE NX06_F NX15_O NX15_O __GLUE NX02_B NX01_A NX18_R"
|
/// The example "__SPACE __GLUE NX06_F NX15_O NX15_O __GLUE NX02_B NX01_A NX18_R"
|
||||||
|
|
Loading…
Reference in a new issue