Skip to content

Commit 80bfece

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

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
@@ -32,7 +32,7 @@ Returns a value of type `size_type` (an unsigned integral type) representing the
3232

3333
## Example 1
3434

35-
In this example, the size method is used to check the element count of an initially empty deque, then after `push_back` operations:
35+
In this example, the size method is used to check the element count of an initially empty deque, then after [`push_back`](https://www.codecademy.com/resources/docs/cpp/deque/push-back) operations:
3636

3737
```cpp
3838
#include <deque>

0 commit comments

Comments
 (0)