From f84caae4dda46031ccf891766fb836fa549443c5 Mon Sep 17 00:00:00 2001 From: Luka Rahne Date: Thu, 22 Apr 2021 00:58:16 +0200 Subject: [PATCH] Update service_config.md (#25824) nano is 1e-9 --- doc/service_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/service_config.md b/doc/service_config.md index c7c45195edf..57f5e1989e8 100644 --- a/doc/service_config.md +++ b/doc/service_config.md @@ -96,7 +96,7 @@ Here is the same example service config in JSON form: { "service": "foo", "method": "bar" }, { "service": "baz" } ], - "timeout": "1.0000000001s" + "timeout": "1.000000001s" } ] }