From 114d712d19f84387208a709b6135923c3c079cd0 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 11 Jul 2016 16:07:01 -0700 Subject: [PATCH] update docs --- docs/reference/models/selection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/models/selection.md b/docs/reference/models/selection.md index 0d7eb8cd7..5ce60b23e 100644 --- a/docs/reference/models/selection.md +++ b/docs/reference/models/selection.md @@ -28,7 +28,7 @@ Often times, you don't need to specifically know which point is the "anchor" and - [`startKey`](#startkey-string) - [`startOffset`](#startoffset-number) - [Static Methods](#static-methods) - - [`create(properties)`](#create-properties) + - [`Selection.create(properties)`](#create-properties) - [Checking Methods](#checking-methods) - [`has{Edge}AtEndOf(node)`](hasedgeatendof-node) - [`has{Edge}AtStartOf(node)`](hasedgeatstartof-node) @@ -119,7 +119,7 @@ A few convenience properties for accessing the first and last point of the selec ## Static Methods -#### `create(properties)` +#### `Selection.create(properties)` Create a new `Selection` instance with `properties`.