Skip to content

Commit f56cf20

Browse files
authored
Fix table in 0025-vecdeque.md (model-checking#425)
Fixes a broken Markdown table in the Challenge 25 description. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent e3a6411 commit f56cf20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/challenges/0025-vecdeque.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Write and prove the contract for the safety of the following unsafe functions:
3838

3939
Prove the absence of undefined behavior for following safe abstractions:
4040

41+
| Function |
42+
|---------|
4143
|get|
4244
|get_mut|
4345
|swap|

0 commit comments

Comments
 (0)