Skip to content

Commit aff5169

Browse files
authored
Correct typo in documentation (#2445)
[skip tests[
1 parent 71311af commit aff5169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/development/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ facilitate this style of debugging:
1717
- `@cuprintln` (like `println`): to print text and values. This macro does support string
1818
interpolation, but the types it can print are restricted to C primitives.
1919

20-
The `@cuaassert` macro (like `@assert`) can also be useful to find issues and abort execution.
20+
The `@cuassert` macro (like `@assert`) can also be useful to find issues and abort execution.
2121

2222

2323
## Stack trace information

0 commit comments

Comments
 (0)