Skip to content

Commit

Permalink
fix docsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 9, 2021
1 parent 6addd9a commit dedf0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docgen/docgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func init() {
addExample(network.Connected)
addExample(dtypes.NetworkName("lotus"))
addExample(api.SyncStateStage(1))
addExample(build.FullAPIVersion)
addExample(api.FullAPIVersion)
addExample(api.PCHInbound)
addExample(time.Minute)
addExample(datatransfer.TransferID(3))
Expand Down

0 comments on commit dedf0ba

Please sign in to comment.