Skip to content

Commit 5e4fbf3

Browse files
authored
fix typo in docs (#1081)
1 parent c8e097a commit 5e4fbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/cpp2/declarations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ main: () = {
254254
// Assertion that the size is the square of 4
255255
static_assert( ints.size() == 16 );
256256

257-
// And if can be used at run time, with run time values
257+
// And it can be used at run time, with run time values
258258
std::cout << "the square of 4 is (square(4))$\n";
259259
}
260260
// Prints:

0 commit comments

Comments
 (0)