From 0fdb73c9e05374ddba50ae6ab823d7a979a40702 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Dec 2019 11:42:30 +0100 Subject: Fix grammar Not sure about this... Change-Id: I264670c92b3387e9da194021a07054e4bedaed19 Reviewed-on: https://gerrit.libreoffice.org/85510 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/codemaker/exceptiontree.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/codemaker') diff --git a/include/codemaker/exceptiontree.hxx b/include/codemaker/exceptiontree.hxx index 389593fd57be..e0e86dd822f1 100644 --- a/include/codemaker/exceptiontree.hxx +++ b/include/codemaker/exceptiontree.hxx @@ -74,7 +74,7 @@ private: exception type, present is true iff the given exception type is a member of the set S, and children contains all the relevant direct subtypes of the given exception type, in no particular order (for nodes other than the root - node it holds that children is non-empty iff present is false). + node it holds that children are non-empty iff present is false). */ class ExceptionTree { public: -- cgit