Index: doc/next-tutorial/next-tutorial.txt =================================================================== diff -u -r84277b252f25481e4c5966f35729869a1d337a83 -r43373d98ca07d446abec8f8f62af7c4df56207a3 --- doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision 84277b252f25481e4c5966f35729869a1d337a83) +++ doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3) @@ -1131,7 +1131,7 @@ call-protection is already protected. The method call-protection of +private+ goes one step further and -helps to hide implementation details also for implementors of +helps to hide implementation details also for implementers of subclasses. Private methods are a means for avoiding unanticipated name clashes. Consider the following example: