Skip to content

Commit 06f37c4

Browse files
author
Colin Robertson
authored
Update debugbreak.md
Edits for clarity.
1 parent 0006557 commit 06f37c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/debugbreak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ main() {
5050

5151
on an x86 computer.
5252

53-
On ARM64, `__debugbreak` intrinsic is compiled into instruction `brk #0xF000`.
53+
On ARM64, the `__debugbreak` intrinsic is compiled into the instruction `brk #0xF000`.
5454

5555
This routine is only available as an intrinsic.
5656

0 commit comments

Comments
 (0)