Skip to content

Commit 167c1c1

Browse files
Merge pull request #4945 from michaelwoerister/c28196-fix-line-breaks
Fix line breaks in See Also section of warning C28196 page.
2 parents 2cb1e0b + 4affaad commit 167c1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/c28196.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Item *get_item(_In_reads_(len) Item *items, size_t len, size_t index) {
5050

5151
## See also
5252

53-
[Annotating function parameters and return values](./annotating-function-parameters-and-return-values.md)
54-
[Specifying When and Where an Annotation Applies](./specifying-when-and-where-an-annotation-applies.md)
53+
[Annotating function parameters and return values](./annotating-function-parameters-and-return-values.md)\
54+
[Specifying When and Where an Annotation Applies](./specifying-when-and-where-an-annotation-applies.md)\

0 commit comments

Comments
 (0)