Skip to content

Commit 5e704d0

Browse files
committed
end of directory refactoring
1 parent 996157a commit 5e704d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ computeEndIncremental : 25.843226ms : It works :)
100100
...
101101
```
102102

103-
It uses a home made "go like" grammar in CNF available in `examples/go_gram.go`.
103+
It uses a home made "go like" grammar in CNF available in `examples/go_gram/go_gram.go`.
104104

105105
Context
106106
=======

tests/go_gram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../examples/go_gram.go
1+
../examples/go_gram/go_gram.go

0 commit comments

Comments
 (0)