Skip to content

Commit

Permalink
#3793 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmirnov-backend committed Jan 8, 2025
1 parent 0b1ae1e commit fff2862
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions eo-runtime/src/main/java/org/eolang/Expect.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ public Expect<T> must(final Function<T, Boolean> fun) {
public T it() {
return this.sup.get();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package org.eolang;

/**
* Expect exception.
* Expect exception for method 'must'.
*
* @since 0.51
*/
Expand Down
6 changes: 4 additions & 2 deletions eo-runtime/src/main/java/org/eolang/ExpectFailureInThat.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.eolang;/*
/*
* The MIT License (MIT)
*
* Copyright (c) 2016-2025 Objectionary.com
Expand All @@ -22,8 +22,10 @@
* SOFTWARE.
*/

package org.eolang;

/**
* Expect exception.
* Expect exception for method 'that'.
*
* @since 0.51
*/
Expand Down

0 comments on commit fff2862

Please sign in to comment.