Fix typo in doc (#60)

This commit is contained in:
theidexisted 2022-06-29 15:39:46 +08:00 committed by GitHub
parent fba66b0538
commit 6b2be7c601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ struct age{};
*/
/* Define a multi_index_container of employees with following indices:
* - a unique index sorted by employee::int,
* - a unique index sorted by employee::id,
* - a non-unique index sorted by employee::name,
* - a non-unique index sorted by employee::age.
*/