We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71311af commit aff5169Copy full SHA for aff5169
docs/src/development/debugging.md
@@ -17,7 +17,7 @@ facilitate this style of debugging:
17
- `@cuprintln` (like `println`): to print text and values. This macro does support string
18
interpolation, but the types it can print are restricted to C primitives.
19
20
-The `@cuaassert` macro (like `@assert`) can also be useful to find issues and abort execution.
+The `@cuassert` macro (like `@assert`) can also be useful to find issues and abort execution.
21
22
23
## Stack trace information
0 commit comments