Skip to content

Commit c109a05

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix SAL annotation
1 parent 998ef65 commit c109a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/best-practices-and-examples-sal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Best practices and examples (SAL)"
33
title: Best practices and examples (SAL)
4-
ms.date: 01/27/2022
4+
ms.date: 03/30/2023
55
ms.topic: "conceptual"
66
---
77
# Best practices and examples (SAL)
@@ -25,7 +25,7 @@ void Func1(_In_ int *p1)
2525
}
2626

2727
// Correct
28-
void Func2(_Inout_ PCHAR p1)
28+
void Func2(_Out_ PCHAR p1)
2929
{
3030
if (p1 == NULL)
3131
return;

0 commit comments

Comments
 (0)