File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalaz-7.0/src/main/scala/japgolly/scalajs/react
scalaz-7.1/src/main/scala/japgolly/scalajs/react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ object ScalazReact {
3636 */
3737 def preventDefaultIO = IO (e.preventDefault())
3838 /**
39- * Stops the bubbling of an event to parent elements, preventing any parent event handlers from being execUnsafeuted .
39+ * Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed .
4040 */
4141 def stopPropagationIO = IO (e.stopPropagation())
4242 }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object ScalazReact {
3535 */
3636 def preventDefaultIO = IO (e.preventDefault())
3737 /**
38- * Stops the bubbling of an event to parent elements, preventing any parent event handlers from being execUnsafeuted .
38+ * Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed .
3939 */
4040 def stopPropagationIO = IO (e.stopPropagation())
4141 }
You can’t perform that action at this time.
0 commit comments