From 74396d8cb3e5cf0f8c13219840b2c41d4a58f8cb Mon Sep 17 00:00:00 2001 From: native <103639831+eurquake@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:00:26 +0300 Subject: [PATCH] Fix grammar mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01505e0..d8793ec 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Java assembly like language for bytecode. Aimed at intergration use. The syntax is quite similar to that of other assemblers. It has resilience against maliciously inputs It also supports names for locals, labels -but most importantly it supports the entire structure of class declaration, field declaration and method declartaion +but most importantly it supports the entire structure of class declaration, field declaration and method declaration here is a sample ```jasmin class public Test extends java/lang/Object