From 6c571414dfc047610bd534c9f5e7174f05b325f9 Mon Sep 17 00:00:00 2001 From: jakimli Date: Wed, 24 Oct 2018 11:53:19 +0800 Subject: [PATCH] refine doc [skip ci] --- doc/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.md b/doc/usage.md index 68ece83..9c54275 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -1123,8 +1123,8 @@ You can write the code snippet in one line, in block as doc string, or in separa * If you have multiple lines in the code snippet, only the result of the last line will be used as the result. * If you need to write complex code in the snippet, consider to put them in java with cucumber steps first. * [Nashorn](https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/api.html) is used for script evaluation. -* If jdk version under java 8u40, you might encounter issue about 0 to be returned as 0.0, you can either upgrade your jdk version -or you need to do verification as it was double. +* If your jdk version under java 8u40, you might encounter issue about 0 was returned as 0.0, you can either upgrade your jdk version +or you need to do use it as double. #### verify response and variable equals the result of the evaluation @since 0.2.1