Skip to content

Commit

Permalink
Fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Aug 23, 2020
1 parent 579cafe commit a18ae05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/dregex/Universe.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import scala.collection.immutable.Seq
* The way this is enforced is that every compiled regular expression contains a reference to a [[Universe]], and
* only expressions with the same universe are allowed to mix in set operation.
*
* The same [[Universe]] ensures the same "alphabet" and [[Normalization]] rules. Regular expressions compiled as a
* group will always have the same universe.
* The same [[Universe]] ensures the same "alphabet" and normalization rules. Regular expressions
* compiled as a group will always have the same universe.
*
* In general, dealing with this class or calling the constructor is not necessary; a call to one of the `compile`
* methods is simpler and more direct. However, there are cases in which the intermediate [[ParsedRegex]]s are
Expand Down

0 comments on commit a18ae05

Please sign in to comment.