From 6530523e686db6bd6985de741b8a311e52775d45 Mon Sep 17 00:00:00 2001 From: Taylor Buley Date: Tue, 26 Aug 2014 15:30:12 -0700 Subject: [PATCH] corrects misspellings in Gremlin and Config docs --- docs/Configuration.md | 2 +- docs/GremlinAPI.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index bd3bf11..48312df 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -79,7 +79,7 @@ All command line flags take precedence over the configuration file. * Type: Integer or String * Default: 30 -The maximum length of time the Javascript runtime should run until cancelling the query and returning a 408 Timeout. When timeout is an integer is is interpretted as seconds, when it is a string it is [parsed](http://golang.org/pkg/time/#ParseDuration) as a Go time.Duration. A negative duration means no limit. +The maximum length of time the Javascript runtime should run until cancelling the query and returning a 408 Timeout. When timeout is an integer is is interpreted as seconds, when it is a string it is [parsed](http://golang.org/pkg/time/#ParseDuration) as a Go time.Duration. A negative duration means no limit. ## Per-Database Options diff --git a/docs/GremlinAPI.md b/docs/GremlinAPI.md index 2fef21d..3a9b629 100644 --- a/docs/GremlinAPI.md +++ b/docs/GremlinAPI.md @@ -40,7 +40,7 @@ Arguments: * `data`: A Javascript object that can be serialized to JSON -Adds data programatically to the JSON result list. Can be any JSON type. +Adds data programmatically to the JSON result list. Can be any JSON type. ## Path objects @@ -255,7 +255,7 @@ Alias: `path.And` Arguments: - * `query`: Antother query path, the result sets of which will be intersected + * `query`: Another query path, the result sets of which will be intersected Filters all paths by the result of another query path (efficiently computed). @@ -275,7 +275,7 @@ Alias: `path.Or` Arguments: - * `query`: Antother query path, the result sets of which will form a union + * `query`: Another query path, the result sets of which will form a union Given two queries, returns the combined paths of the two queries. Notice that it's per-path, not per-node. Once again, if multiple paths reach the