Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 11, 2024
1 parent f91effb commit 4cc5020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docgen/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func init() {
add(float64(42))
add(true)
add([]byte("byte array"))
add(time.Duration(time.Second))
add(time.Second)
add(node.Full)
add(auth.Permission("admin"))
add(byzantine.BadEncoding)
Expand Down

0 comments on commit 4cc5020

Please sign in to comment.