1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-04 01:23:02 +00:00

Fix more typos

This commit is contained in:
DanInSpace
2021-03-06 14:44:20 +05:00
parent dd5d78322f
commit b5838c946f
6 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import (
type LinkType int
const (
LinkInavild LinkType = iota
LinkInvalid LinkType = iota
// LinkLocalRoot is a link like "/list", "/user-list", etc.
LinkLocalRoot
// LinkLocalHypha is a link like "test", "../test", etc.