Skip to content

Commit

Permalink
Merge pull request #22 from laytan/fix-type-change
Browse files Browse the repository at this point in the history
fix .Relative_Slice changed to .Relative_Multi_Pointer
  • Loading branch information
gingerBill authored Sep 1, 2023
2 parents 5b789f0 + ca5496f commit f1eb9be
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 f1eb9be

Please sign in to comment.