There was an error while loading. Please reload this page.
1 parent f504a82 commit 783bf6eCopy full SHA for 783bf6e
1 file changed
core/common/src/main/scala/net/liftweb/common/Box.scala
@@ -793,9 +793,9 @@ sealed abstract class Box[+A] extends Product with Serializable{
793
* Transforms this box using the `transformFn`. If `transformFn` is defined for this box,
794
* returns the result of applying `transformFn` to it. Otherwise, returns this box unchanged.
795
*
796
- * If you want to change the content of a `Full` box, using [[map]] or [[collect]] might be better
+ * If you want to change the content of a `Full` box, using `[[map]]` or `[[collect]]` might be better
797
* suited to that purpose. If you want to convert an `Empty`, `Failure` or a `ParamFailure` into a
798
- * `Full` box, you should use [[flip]].
+ * `Full` box, you should use `[[flip]]`.
799
800
* @example {{{
801
0 commit comments