Skip to content

Commit

Permalink
parenthesis fix
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Op 't Eynde <[email protected]>
  • Loading branch information
replay and Duologic authored Feb 28, 2024
1 parent c1d3dbf commit 03ff3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ascii.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ local d = import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet';
'`isStringNumeric` reports whether string `s` consists only of numeric characters.',
[d.arg('str', d.T.string)]
),
isStringNumeric(str): std.all(std.map(self.isNumber, std.stringChars(str)),
isStringNumeric(str): std.all(std.map(self.isNumber, std.stringChars(str))),
}

0 comments on commit 03ff3b6

Please sign in to comment.