Fix and document %w verb for core:fmt

This commit is contained in:
Feoramund
2024-06-12 20:35:50 -04:00
parent 05972eb26b
commit 0c9f487783
2 changed files with 17 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ The verbs:
General:
%v the value in a default format
%#v an expanded format of %v with newlines and indentation
%w an Odin-syntax representation of the value
%T an Odin-syntax representation of the type of the value
%% a literal percent sign; consumes no value
{{ a literal open brace; consumes no value