aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Leskis <leskis@gmail.com>2024-01-02 15:22:03 +0000
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-02 18:24:31 +0100
commita6c0f50ab93f356159277ddc4cb6038b990d91b6 (patch)
tree95bd3582dc4f3e4f588526222b250e73fd443976
parentc4128e56f723f9fec362162173eee854ec29d827 (diff)
fix simple typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b7a533..91db6de 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ To submit your own implementation to 1BRC, follow these steps:
* (Optional) If you'd like to use native binaries (GraalVM), adjust the _pom.xml_ file so that it builds that binary.
* Create a pull request against the upstream repository, clearly stating
* The name of your implementation class.
- * The JDK build to use (of not specified, the latest OpenJDK 21 upstream build will be used).
+ * The JDK build to use (if not specified, the latest OpenJDK 21 upstream build will be used).
* The execution time of the program on your system and specs of the same (CPU, number of cores, RAM). This is for informative purposes only, the official runtime will be determined as described below.
* I will run the program and determine its performance as described in the next section, and enter the result to the scoreboard.