We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8ba0f commit a0af1f6Copy full SHA for a0af1f6
README.md
@@ -8,7 +8,7 @@
8
This operator uses [abstract-operator](https://github.com/jvm-operators/abstract-operator) library.
9
10
# Info
11
-Very simple operator that calls Haskell code (from Groovy), prints the Nth Fibonacci number to console and also creates
+Very simple operator that calls Haskell code (from Groovy), prints the Nth Fibonacci number (counting from zero) to console and also creates
12
a config map with the result. So it demonstrates the async workload in Kubernetes.
13
14
The skeleton of the application is written in Groovy, because Frege currently doesn't support extending existing Java classes.
0 commit comments