make comment more accurate

This commit is contained in:
phritz
2017-05-30 10:10:57 -10:00
committed by GitHub
parent 961970f155
commit b98562656a
+2 -2
View File
@@ -37,8 +37,8 @@ type SpecOptions struct {
}
// Spec locates a Noms database, dataset, or value globally. Spec caches
// its database instance, providing a consistent view of the data. It
// therefore does not reflect new commits in the db, by design.
// its database instance so it therefore does not reflect new commits in
// the db, by (legacy) design.
type Spec struct {
// Protocol is one of "mem", "ldb", "http", or "https".
Protocol string