Skip to content

Commit ebef54c

Browse files
authored
fix doc (#440)
1 parent 3dc7946 commit ebef54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsl/src/main/scala/com/tersesystems/blindsight/AST.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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._

dsl/src/main/scala/com/tersesystems/blindsight/DSL.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package com.tersesystems.blindsight
1919
import 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
*

0 commit comments

Comments
 (0)