Skip to content

Commit

Permalink
fix doc mixup for ConcreteEntity.scala and CliExamples.scala (#2788)
Browse files Browse the repository at this point in the history
fix doc mixup
  • Loading branch information
YassineMEJRI authored Apr 21, 2024
1 parent ae85832 commit 8a782c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sidebar_label: "CLI"
```scala mdoc:passthrough
import utils._

printSource("zio-http-example/src/main/scala/example/ConcreteEntity.scala")
printSource("zio-http-example/src/main/scala/example/endpoint/CliExamples.scala")
```
2 changes: 1 addition & 1 deletion docs/examples/concrete-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sidebar_label: "Concrete Entity"
```scala mdoc:passthrough
import utils._

printSource("zio-http-example/src/main/scala/example/endpoint/CliExamples.scala")
printSource("zio-http-example/src/main/scala/example/ConcreteEntity.scala")
```

0 comments on commit 8a782c9

Please sign in to comment.