Skip to content

Commit 24dff93

Browse files
authored
doc: update the doc as unsigned int are supported now. (#700)
1 parent a97654b commit 24dff93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_context.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ func (ctx ScenarioContext) AfterStep(fn func(st *Step, err error)) {
237237
//
238238
// The stepFunc may accept one or several arguments of type:
239239
// - int, int8, int16, int32, int64
240+
// - uint, uint8, uint16, uint32, uint64
240241
// - float32, float64
241242
// - string
242243
// - []byte

0 commit comments

Comments
 (0)