Skip to content

Commit

Permalink
Update build-systems.md
Browse files Browse the repository at this point in the history
Add missing space

Closes #15104.

PiperOrigin-RevId: 436804683
  • Loading branch information
KloolK authored and Copybara-Service committed Mar 23, 2022
1 parent e84b937 commit 77cd575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/basics/build-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This instructs the Java compiler to take every Java source file in the current
directory and turn it into a binary class file. In the simplest case, this is
all you need.

However, as soon as code expands,the complications begin. `javac` is smart
However, as soon as code expands, the complications begin. `javac` is smart
enough to look in subdirectories of the current directory to find code to
import. But it has no way of finding code stored in _other parts_ of the
filesystem (perhaps a library shared by several projects). It also only knows
Expand Down

0 comments on commit 77cd575

Please sign in to comment.