.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11252 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-16 17:48:06 +00:00
parent 1071e564b6
commit 661fa92ac4
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ void CoPartitionTutorial()
});
DUMP(sum);
/// Note that CoPartition is still internally used, so `CoWork::FinLock` is available.
/// Note that CoWork is still internally used, so `CoWork::FinLock` is available.
/// Instead of working on subranges, it is also possible to use iterators:
sum = 0;