Skip to content

Commit 9511494

Browse files
committed
Documentation update
1 parent 6f58f77 commit 9511494

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/about.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ permalink: /about/
77
Jactl is a powerful scripting language for the JVM platform whose syntax is a combination of bits
88
from Java, Groovy, and Perl.
99
It can be run from a REPL and from the commandline for commandline scripts but its main goal is
10-
to be integrated into Java applications and provide a secure, locked-down, mechanism that
11-
customers/users can use to customise the application behaviour.
10+
to be integrated into Java applications where it provides a secure, locked-down, way for
11+
customers/users to be able to customise the application behaviour.
1212

1313
It is especially suited to event-loop/reactive applications due to its builtin suspend/resume
1414
mechanism based on continuations that ensures it never blocks the execution thread on which it is

docs/index.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ layout: home
88
Jactl is a powerful scripting language for the JVM platform whose syntax is a combination of bits
99
from Java, Groovy, and Perl.
1010
It can be run from a REPL and from the commandline for commandline scripts but its main goal is
11-
to be integrated into Java applications and provide a secure, locked-down, mechanism that
12-
customers/users can use to customise the application behaviour.
11+
to be integrated into Java applications where it provides a secure, locked-down, way for
12+
customers/users to be able to customise the application behaviour.
1313

1414
It is especially suited to event-loop/reactive applications due to its builtin suspend/resume
1515
mechanism based on continuations that ensures it never blocks the execution thread on which it is

0 commit comments

Comments
 (0)