Index: doc/next-migration.txt =================================================================== diff -u -N -r4e80fb687a82af0fc9ac0d109863931f4910de4a -ra11d866d48c3ced35ec09fe74ddc12b58b6ef928 --- doc/next-migration.txt (.../next-migration.txt) (revision 4e80fb687a82af0fc9ac0d109863931f4910de4a) +++ doc/next-migration.txt (.../next-migration.txt) (revision a11d866d48c3ced35ec09fe74ddc12b58b6ef928) @@ -1,7 +1,7 @@ Migration Guide for the Next Scripting Language =============================================== Gustaf Neumann -v2.2.0, September 2018: +v2.3.0, May 2019: :Author Initials: GN :toc: :toclevels: 3 @@ -101,7 +101,7 @@ under arbitrary names for arbitrary objects or classes. .. NX provides means for _method protection_ (method modifiers - +public+, +protected+, and +private+). Therefore developers have + +public+, +protected+, and +private+). Therefore, developers have to define explicitly public interfaces in order to use methods from other objects.