From 9e4bd480abfe30c86971abd369e0f0af2d12a2fd Mon Sep 17 00:00:00 2001 From: code-dev Date: Mon, 23 May 2022 17:03:30 +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 95cbc2f..b649263 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ I've used a few different code generation stacks in the past, and they're all go ### Step 1 -With the goal of creating something that is both lightweight and easy to use, I've decided on mixing Java and non-Java bits. By doing this, I will be able to get the full power of Java within my reach and delegate commonly occurring text output tasks to a few non-Java bits - from this point on the non-Java bits are called **_generative functions_**. +Intending to create something that is both lightweight and easy to use, I've decided on mixing Java and non-Java bits. By doing this, I will be able to get the full power of Java within my reach and delegate commonly occurring text output tasks to a few non-Java bits - from this point on, the non-Java bits are called generative functions. Let’s mock-up template structures: