Fix doc comments and IDE complaint about ie. vs i.e. (#30340)

Этот коммит содержится в:
enzowritescode
2025-02-26 08:17:56 -07:00
коммит произвёл GitHub
родитель 8e9a09e512
Коммит 77ae2e2d6d
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -83,7 +83,7 @@ func (s *Session) Auditable() map[string]interface{} {
}
}
// Returns true if the session is unrestricted, which should grant it
// IsUnrestricted returns true if the session is unrestricted, which should grant it
// with all permissions. This is used for local mode sessions
func (s *Session) IsUnrestricted() bool {
return s.Local