Skip to content

Commit

Permalink
docs: Update organizing.adoc (#1830)
Browse files Browse the repository at this point in the history
* Update organizing.adoc

The grammar feels a little off so this is a suggestion to increase readability.

* doc: Update organizing.adoc

* docs: Update organizing.adoc

fixed some more grammar that could be hard to read.
  • Loading branch information
k-klemmer authored Sep 12, 2024
1 parent c8e5834 commit f290976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/organizing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ toc::[]

== Multiple source files

It is possible to use multiple source files just by having the files in the same source directory, it will
even work for a limited extent with packages.
It is possible to use multiple source files just by having them in the same source directory.
To a limited extend, it also works with packages.

For example the example below works by just calling `jbang Main.java`:

Expand Down Expand Up @@ -57,7 +57,7 @@ found, depth-first.

The listed file name(s) gets added to source list when compiling.

Currently there are not `*.java` style matching or support for these `.java` files to declare `//DEPS` or other jbang configuration.
Currently there is no `*.java` style matching or support for `.java` files to declare `//DEPS` or other jbang configurations.
That will currently only be honored by the main script/app. These will be loosened up in future based on feedback.

== Adding more resources
Expand Down

0 comments on commit f290976

Please sign in to comment.