From e06ba6ab5dfd5021900e9cfc8541f722c88ca87d Mon Sep 17 00:00:00 2001 From: Joe Corneli Date: Tue, 25 Jul 2017 19:22:33 +0100 Subject: [PATCH] change add-nema argument order in spec --- latex/honey-spec.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex/honey-spec.org b/latex/honey-spec.org index aa1594c..4ff6656 100644 --- a/latex/honey-spec.org +++ b/latex/honey-spec.org @@ -198,8 +198,8 @@ These operations act on individual items in the database. function -system add-nema (plex src snk txt) -user: add-nema (src snk txt) +system add-nema (plex src txt snk) +user: add-nema (src txt snk) Enter a new nema to the database. -- 2.11.4.GIT