We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1dfce commit 01f14caCopy full SHA for 01f14ca
1 file changed
ci/generate_checked_functions.py
@@ -52,7 +52,7 @@
52
typedef struct {
53
int error_code; // Error code (0 for success, non-zero for errors)
54
union {
55
- // Add other types as needed
+ // Add other types as needed
56
} value;
57
} Result;
58
"""
0 commit comments