From 0efc83d679a5c95071725d8f7d872b4c33a9d601 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 1 Mar 2016 17:34:48 +0530 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra `the` `posisition` → `position` --- documentation/docmaker.json | 8 ++++---- documentation/md/collection/degree.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docmaker.json b/documentation/docmaker.json index 75442987d..b3c34baeb 100644 --- a/documentation/docmaker.json +++ b/documentation/docmaker.json @@ -1460,14 +1460,14 @@ }, { - "descr": "Get the value of a specified rendered posisition dimension.", + "descr": "Get the value of a specified rendered position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to get." } ] }, { - "descr": "Set the value of a specified rendered posisition dimension.", + "descr": "Set the value of a specified rendered position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to set." }, { "name": "value", "descr": "The value to set to the dimension." } @@ -1493,14 +1493,14 @@ }, { - "descr": "Get the value of a specified relative posisition dimension.", + "descr": "Get the value of a specified relative position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to get." } ] }, { - "descr": "Set the value of a specified relative posisition dimension.", + "descr": "Set the value of a specified relative position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to set." }, { "name": "value", "descr": "The value to set to the dimension." } diff --git a/documentation/md/collection/degree.md b/documentation/md/collection/degree.md index 37cd169c9..7aa8f817a 100644 --- a/documentation/md/collection/degree.md +++ b/documentation/md/collection/degree.md @@ -6,4 +6,4 @@ *Outdegree* : For a node, the outdegree is the number of outgoing edge connections it has. Each time a node is referred to as `source` of an edge in the graph, that counts as an outgoing edge connection. -*Total degree* : For a set of nodes, the the total degree is the total number of edge connections to nodes in the set. \ No newline at end of file +*Total degree* : For a set of nodes, the total degree is the total number of edge connections to nodes in the set. \ No newline at end of file