Skip to content

Commit f998ed8

Browse files
ctruedendscho
authored andcommitted
ScriptInterpreter: add missing punctuation
1 parent 52acdad commit f998ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/script/ScriptInterpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public interface ScriptInterpreter {
7070
void eval(String command) throws ScriptException;
7171

7272
/**
73-
* Returns the associated {@link ScriptEngine}
73+
* Returns the associated {@link ScriptEngine}.
7474
*
7575
* @return the script engine
7676
*/

0 commit comments

Comments
 (0)