ソースを参照

Fix: comment typo

Rod Hynes 7 年 前
コミット
c6b378d283
1 ファイル変更1 行追加1 行削除
  1. 1 1
      psiphon/common/prng/prng.go

+ 1 - 1
psiphon/common/prng/prng.go

@@ -19,7 +19,7 @@
 
 /*
 
-Package prng implemented a seeded, unbiased PRNG that is suitable for use
+Package prng implements a seeded, unbiased PRNG that is suitable for use
 cases including obfuscation, network jitter, load balancing.
 
 Seeding is based on crypto/rand.Read and the PRNG stream is provided by