Skip to content

Commit b737be7

Browse files
authored
Apply suggestion from @avdhoottt
1 parent 80bfece commit b737be7

File tree

1 file changed

+1
-1
lines changed
  • content/cpp/concepts/deque/terms/size

1 file changed

+1
-1
lines changed

content/cpp/concepts/deque/terms/size/size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Size after one insert at front: 2
9191

9292
## Codebyte Example
9393

94-
In this example, the size method is repeatedly checked in a loop until the deque becomes empty:
94+
In this example, the `size()` method is repeatedly checked in a loop until the deque becomes empty:
9595

9696
```codebyte/cpp
9797
#include <iostream>

0 commit comments

Comments
 (0)