Skip to content

Commit 68e2a35

Browse files
committed
trigger ci
1 parent 01768b3 commit 68e2a35

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

godel-script/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# build directory
22
build
3-
cmake-build
3+
cmake-build

godel-script/docs/language-reference/databases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ impl Student {
4747
}
4848
```
4949

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

godel-script/docs/language-reference/program.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ fn main() {
108108
}
109109
```
110110

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

godel-script/docs/language-reference/schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Judge if this schema instance in universal set of another schema, duck type chec
205205
stmt.is<ElementParent>()
206206
```
207207

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

godel-script/docs/language-reference/type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ fn max(self: *int) -> int;
109109
fn find(self: *T0, instance: T1) -> T0;
110110
```
111111

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

0 commit comments

Comments
 (0)