aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/colfer
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/colfer')
-rw-r--r--kamon-core/src/main/colfer/Context.colf1
-rw-r--r--kamon-core/src/main/colfer/building.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/kamon-core/src/main/colfer/Context.colf b/kamon-core/src/main/colfer/Context.colf
index f84d7a56..f5d9a80b 100644
--- a/kamon-core/src/main/colfer/Context.colf
+++ b/kamon-core/src/main/colfer/Context.colf
@@ -6,5 +6,6 @@ type Entry struct {
}
type Context struct {
+ tags []text
entries []Entry
} \ No newline at end of file
diff --git a/kamon-core/src/main/colfer/building.md b/kamon-core/src/main/colfer/building.md
index f510a44f..8b663828 100644
--- a/kamon-core/src/main/colfer/building.md
+++ b/kamon-core/src/main/colfer/building.md
@@ -1,4 +1,4 @@
-Just download and install the colver compiler and run this command from the colfer folder:
+Just download and install the colfer compiler and run this command from the colfer folder:
```
colfer -b ../java -p kamon/context/generated/binary java