Skip to content

Commit 7c8fdaf

Browse files
committed
ready for review
1 parent c50772e commit 7c8fdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/hybrid-patchable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ helpviewer_keywords: ["__declspec keyword [C++], hybrid_patchable", "hybrid_patc
99

1010
**Microsoft Specific**
1111

12-
Use `__declspec(hybrid_patchable)` to mark a function as a hybrid patchable function. This attribute is used to generate a fast-forward sequence of instructions that are executed before the function is called.
12+
Use `__declspec(hybrid_patchable)` to mark a function as a hybrid patchable function. This attribute generates a fast-forward sequence of instructions that are executed before the function is called.
1313

1414
## Syntax
1515

1616
> `__declspec(hybrid_patchable)`
1717
1818
## Remarks
1919

20-
This is an ARM64EC-only feature.
20+
`__declspec(hybrid_patchable)` is an ARM64EC-only feature.
2121

2222
**Example:**
2323

0 commit comments

Comments
 (0)