aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/usage/cbt-projects.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/usage/cbt-projects.md')
-rw-r--r--docs/docs/usage/cbt-projects.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/usage/cbt-projects.md b/docs/docs/usage/cbt-projects.md
index 291813b91..d4915fe39 100644
--- a/docs/docs/usage/cbt-projects.md
+++ b/docs/docs/usage/cbt-projects.md
@@ -1,5 +1,5 @@
---
-layout: default
+layout: doc-page
title: "Using Dotty with cbt"
---
@@ -9,7 +9,7 @@ cbt comes with built-in dotty support. Follow the
```scala
// build/build.scala
import cbt._
-class Build(val context: Context) extends Dotty{
+class Build(val context: Context) extends Dotty {
...
}
```