diff docs/src/operator_file_format.md @ 853:fe8fe3f01162 operator_storage_array_of_table

Docs touch up
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Jan 2022 08:34:06 +0100
parents 510f744d0876
children 7bf3121c6864
line wrap: on
line diff
--- a/docs/src/operator_file_format.md	Fri Jan 14 15:39:56 2022 +0100
+++ b/docs/src/operator_file_format.md	Mon Jan 17 08:34:06 2022 +0100
@@ -45,7 +45,7 @@
 ### Numbers
 Number can be represented as regular TOML numbers e.g. `1`, `-0.4` or
 `4.32e-3`. Alternatively they can be represented as strings which allows
-specifying fraction e.g. `"1/2"` or "0".
+specifying fraction e.g. `"1/2"` or `"0"`.
 
 All numbers are accurately converted to `Rational`s when using the
 [`parse_scalar`](@ref) function.