Update service_config.md (#25824)

nano is 1e-9
This commit is contained in:
Luka Rahne 2021-04-22 00:58:16 +02:00 committed by GitHub
parent e7e1ba39c5
commit f84caae4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
]
}