Skip to content

Commit

Permalink
simple removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 21, 2021
1 parent 2be6dcf commit 6432c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions paper/examples.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The following examples demonstrate simple Java programs and their alternatives
The following examples demonstrate a few Java programs and their alternatives
in \eo{}.

\subsection{Fibonacci Number}
Expand Down Expand Up @@ -38,7 +38,7 @@ \subsection{Fibonacci Number}

\subsection{Determining Leap Year}

Consider a simple program to determine whether the year, provided
Consider a program to determine whether the year, provided
by the user as console input, is leap or not. The Java code,
as suggested by~\citet[pp.105--106]{liang2012}, would look like this
(the code style was slightly modified):
Expand Down Expand Up @@ -213,8 +213,8 @@ \subsection{Streams}

Working with a flow of binary or text data requires the use
of stream objects, as explained by~\citet[p.226]{metsker2002}.
A non-canonical Java stream may be presented by a simple
two-methods interface and a simple implementation of it:
A non-canonical Java stream may be presented by
a two-methods interface and a sample implementation of it:

\begin{ffcode}
interface Stream {
Expand Down
2 changes: 1 addition & 1 deletion paper/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ \subsection{Identity, State, and Behavior}

\subsection{Indentation}

This is an example of a simple abstract object \ff{vector}, where
This is an example of an abstract object \ff{vector}, where
spaces are replaced with the ``'' symbol in order to demonstrate
the importance of their presence in specific quantity
(for example, there has to be exactly one space after the closing square bracket at the
Expand Down

0 comments on commit 6432c9c

Please sign in to comment.