aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-06 14:34:46 +0100
committerGitHub <noreply@github.com>2024-01-06 14:34:46 +0100
commit241d32817e205c119f217aa57dd0294a54ba1b40 (patch)
tree7152ae100c5729644c3fab58d93bcbc3f900282f
parenta3626e589f4a3885f2d073b28728b4fdd56a1d04 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ac0d64..99f316a 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ If you want to use a build not available via these channels, reach out to discus
* The computation must happen at application _runtime_, i.e. you cannot process the measurements file at _build time_
(for instance, when using GraalVM) and just bake the result into the binary
* Input value ranges are as follows:
- * Station name: non null UTF-8 string of min length 1 character and max length 100 characters
+ * Station name: non null UTF-8 string of min length 1 character and max length 100 bytes (i.e. this could be 100 one-byte characters, or 50 two-byte characters, etc.)
* Temperature value: non null double between -99.9 (inclusive) and 99.9 (inclusive), always with one fractional digit
* There is a maximum of 10,000 unique station names
* Implementations must not rely on specifics of a given data set, e.g. any valid station name as per the constraints above and any data distribution (number of measurements per station) must be supported