Skip to content

Commit

Permalink
fix .Relative_Slice changed to .Relative_Multi_Pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Sep 1, 2023
1 parent 5b789f0 commit ca5496f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ write_type :: proc(using writer: ^Type_Writer, type: doc.Type, flags: Write_Type
write_type(writer, types[type_types[1]], flags)
io.write_string(w, ") ")
write_type(writer, types[type_types[0]], flags)
case .Relative_Slice:
case .Relative_Multi_Pointer:
io.write_string(w, "<span class=\"directive\">#relative</span>(")
write_type(writer, types[type_types[1]], flags)
io.write_string(w, ") ")
Expand Down

0 comments on commit ca5496f

Please sign in to comment.