Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 79a9dec

Browse files
committed
Fix grammar
1 parent 04ee0db commit 79a9dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/extend.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<listitem>
321321
<para>
322322
If calling backend functions from C++ code, be sure that the
323-
C++ call stack contains only plain old data structure
323+
C++ call stack contains only plain old data structures
324324
(<acronym>POD</>). This is necessary because backend errors
325325
generate a distant <function>longjump()</> that does not properly
326326
unroll a C++ call stack with non-POD objects.

0 commit comments

Comments
 (0)