소스 검색

fix: "EXPRIMENTAL" is a misspelling of "EXPERIMENTAL" (#3462)

guangwu 1 년 전
부모
커밋
a9f4aab86b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/goctl/compare/compare.go

+ 1 - 1
tools/goctl/compare/compare.go

@@ -2,7 +2,7 @@ package main
 
 import "github.com/zeromicro/go-zero/tools/goctl/compare/cmd"
 
-// EXPRIMENTAL: compare goctl generated code results between old and new, it will be removed in the feature.
+// EXPERIMENTAL: compare goctl generated code results between old and new, it will be removed in the feature.
 // TODO: BEFORE RUNNING: export DSN=$datasource, the database must be gozero, and there has no limit for tables.
 // TODO: AFTER RUNNING: diff --recursive old_fs new_fs