Commit 6be4633
Fix enum validateStrictMode method typo
During the charset validation fix, a typo was introduced in the enum.go file
where 'validateScrictMode' was missing the 't' in 'Strict'. This commit fixes
the typo to 'validateStrictMode' which is the correct spelling.
This ensures that enum strict mode validation works properly when converting
integer values to enum types.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d0b4830 commit 6be4633
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments