chore: fix some comments (#2918)

This commit is contained in:
momantech
2024-05-08 14:47:23 +08:00
committed by GitHub
parent 1b86e80299
commit 7e2b5b196a
8 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import (
const MinVersion = "v0.17.0"
// IsVersionCompatible checks that the version passed is compabtible (>=) with MinVersion
func IsVersionComptatible(ver string) bool {
func IsVersionCompatible(ver string) bool {
// during dev, assume developers know what they are doing
if ver == "dev" {
return true