diff options
author | Blaž Hrastnik | 2021-05-30 08:52:46 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-30 08:52:46 +0000 |
commit | 6460501a446ae52e15fba0e8368c1a7d22fc288e (patch) | |
tree | 433c0d5b616c7b6257c9fcf7001bc716d38f3468 /helix-core | |
parent | 67b037050f937dadb3afa58910935c6f5edaea2f (diff) |
Update architecture.md
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 5ce6a63f..d5b0cd15 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -13,7 +13,7 @@ mod position; pub mod register; pub mod search; pub mod selection; -pub mod state; +mod state; pub mod syntax; mod transaction; |