Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Jul 4, 2024
1 parent 01768b3 commit 68e2a35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion godel-script/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# build directory
build
cmake-build
cmake-build
2 changes: 1 addition & 1 deletion godel-script/docs/language-reference/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ impl Student {
}
```

Back to [README.md](../../README.md#documents)
Back to [README.md](../../README.md#documents)
2 changes: 1 addition & 1 deletion godel-script/docs/language-reference/program.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ fn main() {
}
```

Back to [README.md](../../README.md#documents)
Back to [README.md](../../README.md#documents)
2 changes: 1 addition & 1 deletion godel-script/docs/language-reference/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ Judge if this schema instance in universal set of another schema, duck type chec
stmt.is<ElementParent>()
```

Back to [README.md](../../README.md#documents)
Back to [README.md](../../README.md#documents)
2 changes: 1 addition & 1 deletion godel-script/docs/language-reference/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ fn max(self: *int) -> int;
fn find(self: *T0, instance: T1) -> T0;
```

Back to [README.md](../../README.md#documents)
Back to [README.md](../../README.md#documents)

0 comments on commit 68e2a35

Please sign in to comment.