From f5be544bbb93998c059aa4addeaa02c32641611a Mon Sep 17 00:00:00 2001
From: Jed Barber
Date: Thu, 29 Jun 2017 19:13:49 +1000
Subject: Tweaking capitalisation of lists
---
project/templates/grasp.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'project/templates/grasp.html')
diff --git a/project/templates/grasp.html b/project/templates/grasp.html
index c340483..bf6f79b 100644
--- a/project/templates/grasp.html
+++ b/project/templates/grasp.html
@@ -33,12 +33,12 @@ all instruction pointers have no more "next" edges to follow.
specification, the actions that can be performed are:
- - add or delete an edge
- - change the value of a node
- - add, subtract, multiply, divide, or modulo node values
- - call and return from functions, which take the form of subgraphs with named entry points
- - read and write from arbitrary file handles
- - push, pop and pick a section of nodes arranged to act as a stack
+ - Add or delete an edge
+ - Change the value of a node
+ - Add, subtract, multiply, divide, or modulo node values
+ - Call and return from functions, which take the form of subgraphs with named entry points
+ - Read and write from arbitrary file handles
+ - Push, pop and pick a section of nodes arranged to act as a stack
The execution of a node may be skipped by having "cond" edges pointing to either zero values or
--
cgit