diff options
| author | lording <[email protected]> | 2023-06-22 08:23:01 +0000 |
|---|---|---|
| committer | lording <[email protected]> | 2023-06-22 08:23:01 +0000 |
| commit | 39952817b30f6579653d38cbdafa0ad0b474b259 (patch) | |
| tree | efd58abae841a19eb1e3e82dd65912463c6c4f70 /patches | |
| parent | f09a87c348bafb134e3f5eca0ef654cc2a20ceef (diff) | |
| download | ziglings-39952817b30f6579653d38cbdafa0ad0b474b259.tar.xz ziglings-39952817b30f6579653d38cbdafa0ad0b474b259.zip | |
Fix broken builtin name in exercise 36
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/036_enums2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/036_enums2.patch b/patches/patches/036_enums2.patch index c20905a..367b780 100644 --- a/patches/patches/036_enums2.patch +++ b/patches/patches/036_enums2.patch @@ -7,6 +7,6 @@ --- > \\ <span style="color: #{x:0>6}">Blue</span> 62c62 -< @enumToInt(???), // Oops! We're missing something! +< @intFromEnum(???), // Oops! We're missing something! --- -> @enumToInt(Color.blue), // Oops! We're missing something! +> @intFromEnum(Color.blue), // Oops! We're missing something! |
