Skip to content

Commit

Permalink
fixes tut compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Sep 6, 2019
1 parent 58aaee5 commit 419feca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/tut/dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,7 @@ val (mname, rname, serial, refresh, retry, expire, minimum) = response match {
#### CAARecord
```tut:book
// Creation
val response: Message = Response ~
Questions(QName("example.com") ~ TypeCAA) ~
Answers(RRName("example.com") ~ CAARecord.Issue("cert-authority.org"))
val response: Message = Response ~ Questions(QName("example.com") ~ TypeCAA) ~ Answers(RRName("example.com") ~ CAARecord.Issue("cert-authority.org"))
// Matching
val value = response match {
Expand Down

0 comments on commit 419feca

Please sign in to comment.