diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2023-06-23 14:32:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-23 14:32:20 -0400 |
| commit | 49389f3a1e14576c95c0163c66554f67fe241ff7 (patch) | |
| tree | 3bd248eb014c7b32333ba47ae06bb642f5ef9b58 | |
| parent | 36c02f73724de83618bf79431f589b391a32522d (diff) | |
Fix typo of `i` in default initialization in docs.
| -rw-r--r-- | docs/user-guide/03-convenience-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/03-convenience-features.md b/docs/user-guide/03-convenience-features.md index 970fb64d3..3155cd1b5 100644 --- a/docs/user-guide/03-convenience-features.md +++ b/docs/user-guide/03-convenience-features.md @@ -183,7 +183,7 @@ If an initializer does not define any parameters, it will be recognized as *defa struct MyType { int myVal; - __init(i) + __init() { myVal = 10; } |
