فهرست منبع

Merge pull request #6300 from sinsharat/master

wal: document grammar correction
Xiang Li 9 سال پیش
والد
کامیت
db7e38b0ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wal/doc.go

+ 1 - 1
wal/doc.go

@@ -25,7 +25,7 @@ to it with the Save method:
 	...
 	...
 	err := w.Save(s, ents)
 	err := w.Save(s, ents)
 
 
-After saving an raft snapshot to disk, SaveSnapshot method should be called to
+After saving a raft snapshot to disk, SaveSnapshot method should be called to
 record it. So WAL can match with the saved snapshot when restarting.
 record it. So WAL can match with the saved snapshot when restarting.
 
 
 	err := w.SaveSnapshot(walpb.Snapshot{Index: 10, Term: 2})
 	err := w.SaveSnapshot(walpb.Snapshot{Index: 10, Term: 2})