From f7673a44ecb497f9d9496bb5a3b2217b8a9fe74c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 17:41:24 +1200 Subject: Fixed minor source formatting errors --- project/templates/grasp.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project/templates/grasp.html') diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 03a328d..6abdb5a 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -52,7 +52,8 @@ what edges are available.

The language seemed like an interesting enough idea, but unfortunately nobody had done anything with it, and there was only a specification. This has now been fixed. The interpreter currently -uses a subset of the DOT graph description language for the file format, to enable a text format as well as relatively easy +uses a subset of the DOT graph +description language for the file format, to enable a text format as well as relatively easy conversion to a graph image.

The above example is recorded as follows:

-- cgit