wuxiangzhou2010 7 年之前
父节点
当前提交
f0862df9a7
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      core.go
  2. 1 1
      proxy/http/server.go
  3. 1 1
      transport/internet/websocket/ws.go

+ 1 - 1
core.go

@@ -19,7 +19,7 @@ var (
 	version  = "3.16"
 	build    = "Custom"
 	codename = "die Commanderin"
-	intro    = "An unified platform for anti-censorship."
+	intro    = "A unified platform for anti-censorship."
 )
 
 // Version returns V2Ray's version as a string, in the form of "x.y.z" where x, y and z are numbers.

+ 1 - 1
proxy/http/server.go

@@ -21,7 +21,7 @@ import (
 	"v2ray.com/core/transport/internet"
 )
 
-// Server is a HTTP proxy server.
+// Server is an HTTP proxy server.
 type Server struct {
 	config *ServerConfig
 	v      *core.Instance

+ 1 - 1
transport/internet/websocket/ws.go

@@ -1,6 +1,6 @@
 /*Package websocket implements Websocket transport
 
-Websocket transport implements a HTTP(S) compliable, surveillance proof transport method with plausible deniability.
+Websocket transport implements an HTTP(S) compliable, surveillance proof transport method with plausible deniability.
 */
 package websocket