Skip to content

Commit 5951ec7

Browse files
committed
Removed extraneous periods on rule-of-*
1 parent fb07ac2 commit 5951ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

latex/glossary.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
description={For a given class, if at least one of the
452452
copy constructor, move constructor, copy assignment operator, move assignment operator or destructor
453453
is explicitly declared,
454-
all of them should be explicity declared.
454+
all of them should be explicity declared
455455
}
456456
}
457457

@@ -461,7 +461,7 @@
461461
description={For a given class, if the
462462
copy constructor, move constructor, copy assignment operator, move assignment operator and destructor
463463
would all be inlined, public and defaulted,
464-
none of them should be explicity declared.
464+
none of them should be explicity declared
465465
}
466466
}
467467

0 commit comments

Comments
 (0)