Skip to content

Commit b1bf14c

Browse files
jensmaurerJohelEGP
andauthored
Apply suggestions from code review
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 4d698b8 commit b1bf14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
\rationale
4949
Enable repurposing a deprecated syntax to support multidimensional indexing.
5050
\effect
51-
Valid C++ program that uses a comma expression within a
51+
Valid \CppXX{} code that uses a comma expression within a
5252
subscript expression may fail to compile. For example:
5353
\begin{codeblock}
5454
arr[1, 2] // was equivalent to \tcode{arr[(1, 2)]}, now equivalent to \tcode{arr.\keyword{operator}[](1, 2)} or ill-formed

0 commit comments

Comments
 (0)