mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 11:30:14 -05:00
make comment more accurate
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user