Skip to content

Commit 4affaad

Browse files
Fix line breaks in See Also section of warning C28196 page.
1 parent b78a9bb commit 4affaad

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)