From f65218201d46804e52459301b1e6c8a3af2c21ad Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 8 Mar 2016 21:34:52 -0800 Subject: [PATCH] Update doc.go --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 4038f603..0727927c 100644 --- a/doc.go +++ b/doc.go @@ -21,6 +21,6 @@ // SOFTWARE. /* -Package rqlite is a distributed system that provides a replicated SQLite database. rqlite uses Raft to achieve consensus across all the cluster of the SQLite databases. It ensures that every change made to the database is made to a majority of underlying SQLite files, or none at all. +Package rqlite is a distributed system that provides a replicated SQLite database. rqlite uses Raft to achieve consensus across the cluster of SQLite databases. It ensures that every change made to the database is made to a majority of underlying SQLite files, or none at all. */ package rqlite