Skip to content

Commit 3a6552a

Browse files
authored
scripts: fix description about return value (#2117)
Signed-off-by: Takahiro YAMASHITA <[email protected]>
1 parent 493407e commit 3a6552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- cb_replace => Replace record content with a new table
88
99
The key inside each function is to do a proper handling of the
10-
return values. Each function must return 4 values:
10+
return values. Each function must return 3 values:
1111
1212
return code, timestamp, record
1313

0 commit comments

Comments
 (0)