From 7763d08e98c6c2807f8529dbf77b7d7d3a07fd23 Mon Sep 17 00:00:00 2001 From: code-dev Date: Mon, 23 May 2022 09:31:14 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb3eab..b60142a 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Generative Functions: * `a unary generative method that takes a model as an argument; a template needs to have one generative method.` * `out (a workhorse function that directs the text to file)` -When we're done with this simple process, then there is Java code that does what the generative functions try to do - it achieves their intention by executing as Java code. +When we're done with this simple process, there is Java code that does what the generative functions intend to do. ### A Little Enhancement