fix docsgen

This commit is contained in:
Steven Allen 2021-03-08 17:16:07 -08:00
parent 6addd9afcc
commit dedf0bac16

View File

@ -113,7 +113,7 @@ func init() {
addExample(network.Connected) addExample(network.Connected)
addExample(dtypes.NetworkName("lotus")) addExample(dtypes.NetworkName("lotus"))
addExample(api.SyncStateStage(1)) addExample(api.SyncStateStage(1))
addExample(build.FullAPIVersion) addExample(api.FullAPIVersion)
addExample(api.PCHInbound) addExample(api.PCHInbound)
addExample(time.Minute) addExample(time.Minute)
addExample(datatransfer.TransferID(3)) addExample(datatransfer.TransferID(3))