From fda6efdfe6432beecdf76d144b7a8a07ceb77d18 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 21 Jun 2019 00:06:23 +0200 Subject: Incorrect documentation for C++ generated structs Fixes #350 --- cpp/src/slice2cpp/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 2b65602d59b..50459105167 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -6577,7 +6577,7 @@ Slice::Gen::Cpp11TypesVisitor::visitStructEnd(const StructPtr& p) { H << sp; H << nl << "/**"; - H << nl << " * Obtains a tuple containing all of the exception's data members."; + H << nl << " * Obtains a tuple containing all of the struct's data members."; H << nl << " * @return The data members in a tuple."; H << nl << " */"; writeIceTuple(H, fixKwd(p->scope()), p->dataMembers(), _useWstring); -- cgit v1.2.3