diff --git a/www/blog/_posts/2024-10-03-memoization-in-hmpl.md b/www/blog/_posts/2024-10-03-memoization-in-hmpl.md index 0a15ac7..cfc2c39 100644 --- a/www/blog/_posts/2024-10-03-memoization-in-hmpl.md +++ b/www/blog/_posts/2024-10-03-memoization-in-hmpl.md @@ -73,7 +73,7 @@ The main disadvantage, of course, is the extra allocation of memory for storing Since HTML is a template language for displaying the user interface from the server to the client, http requests will need to be memorized. Accordingly, the intended result will be the preservation of HTML markup. Here is an example of how HMPL works: ```javascript -const newDiv = compile( +const newDiv = hmpl.compile( `