Skip to content

Commit

Permalink
replace non-ascii character
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitry Polivaev <[email protected]>
  • Loading branch information
dpolivaevUnite committed Feb 15, 2024
1 parent 1d6e6a9 commit a95c7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* </code></pre>
*
* The semantics of the new condition will be {@code (public OR private) AND haveNameMatching}
* and not {@code public || (private && haveNameMatching)}.
* - and not {@code public || (private && haveNameMatching)}.
* <br><br>
* Thus, for more complex conditions please consider explicitly joining {@link ArchConditions preconfigured conditions}
* or custom {@link ArchCondition conditions} via {@link ArchCondition#and(ArchCondition)} and {@link ArchCondition#or(ArchCondition)}
Expand Down

0 comments on commit a95c7c3

Please sign in to comment.