Skip to content

Commit 41bc19c

Browse files
authored
Merge pull request #25 from hobovsky/patch-1
Fix for markup and formatting
2 parents 60ad421 + 4d0d5d6 commit 41bc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/monocle/PrismExercises.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ object PrismExercises extends AnyFlatSpec with Matchers with Section {
181181
*
182182
* A `Prism` must satisfy all properties defined in `PrismLaws` from the core module. You can check the validity of your own `Prisms` using `PrismTests` from the `law` module.
183183
*
184-
* In particular, a Prism` must verify that `getOption` and `reverseGet` allow a full round trip if the Prism matches i.e. if `getOption` returns a `Some`.
184+
* In particular, a `Prism` must verify that `getOption` and `reverseGet` allow a full round trip if the Prism matches i.e. if `getOption` returns a `Some`.
185185
*
186186
*
187187
*/

0 commit comments

Comments
 (0)