Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 5, 2022
1 parent e840f11 commit 46eb048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions src/main/java/org/eolang/jucs/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@
*/

/**
* Text Object Java Object (TOJO) in a storage.
* JUnit Classpath Sources.
*
* <p>Use it like this:
*
* <pre> Tojos jucs = new MonoTojos(new Csv("hello.csv"));
* Tojo tojo = jucs.add("Jeff");
* tojo.set("age", 35);
* </pre>
*
* @since 0.1
* @since 0.0.1
*/
package org.eolang.jucs;
4 changes: 2 additions & 2 deletions src/test/java/org/eolang/jucs/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/

/**
* TOJOs, tests.
* JUnit Classpath Sources.
*
* @since 0.1
* @since 0.0.1
*/
package org.eolang.jucs;

0 comments on commit 46eb048

Please sign in to comment.