File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dsl/src/main/scala/com/tersesystems/blindsight Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package com.tersesystems.blindsight
2222 * [[MarkersResolver ]] or [[ArgumentResolver ]] is used to convert from AST to [[Markers ]]
2323 * or [[Argument ]], respectively.
2424 *
25- * A tree is typically constructed by using the [[ DSL ]] .
25+ * A tree is typically constructed by using the DSL.
2626 *
2727 * {{{
2828 * import com.tersesystems.blindsight.AST._
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package com.tersesystems.blindsight
1919import com .tersesystems .blindsight .AST ._
2020
2121/**
22- * A DSL to produce valid [[ AST ]] of values.
22+ * A DSL to produce valid AST of values.
2323 *
2424 * This is "inspired" by JSON4S code.
2525 *
You can’t perform that action at this time.
0 commit comments