scaffold tools now uses the boolean type instead of "a boolean"
parent
3c7bd34a15
commit
c762d2b422
|
@ -124,7 +124,7 @@ M: bad-developer-name summary
|
||||||
{ "str" string }
|
{ "str" string }
|
||||||
{ "hash" hashtable }
|
{ "hash" hashtable }
|
||||||
{ "hashtable" hashtable }
|
{ "hashtable" hashtable }
|
||||||
{ "?" "a boolean" }
|
{ "?" boolean }
|
||||||
{ "ch" "a character" }
|
{ "ch" "a character" }
|
||||||
{ "word" word }
|
{ "word" word }
|
||||||
{ "array" array }
|
{ "array" array }
|
||||||
|
|
Loading…
Reference in New Issue