Skip to content

Commit

Permalink
Renamed "unit" to "null" because it is a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed May 3, 2022
1 parent 4b14641 commit 8df6ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rune/runtime-v1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ enum log-level {

/// A value that can be used when logging structured data.
variant log-value {
unit,
null,
boolean(bool),
integer(s64),
float(f64),
Expand Down

0 comments on commit 8df6ce0

Please sign in to comment.