From 79f4583f8a3facdd6422ab8c8530a4f5295e1045 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Feb 2017 13:04:31 +0100 Subject: Fix XML validity --- doc/manual/expressions/builtins.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'doc/manual/expressions') diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml index 6c38941c01ba..e9baff65961a 100644 --- a/doc/manual/expressions/builtins.xml +++ b/doc/manual/expressions/builtins.xml @@ -1023,17 +1023,16 @@ in foo Convert the expression e to a string. - e can be: + e can be: - a string (in which case the string is returned unmodified) - a path (e.g., toString /foo/bar yields "/foo/bar" - a set containing { __toString = self: ...; } - an integer - a list, in which case the string representations of its elements are joined with spaces - a boolean (false yields "", true yields "1" - null, which yields the empty string. + A string (in which case the string is returned unmodified). + A path (e.g., toString /foo/bar yields "/foo/bar". + A set containing { __toString = self: ...; }. + An integer. + A list, in which case the string representations of its elements are joined with spaces. + A Boolean (false yields "", true yields "1". + null, which yields the empty string. - -- cgit 1.4.1