From 807caf8d58be959729a059d5ddabe221bd1d5abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jepsen=20=E2=9C=A8?= <57912727+0xJepsen@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:48:12 -0600 Subject: [PATCH] Update r1cs_bin_format.md fixed typo --- doc/r1cs_bin_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/r1cs_bin_format.md b/doc/r1cs_bin_format.md index 0161a02..b598831 100644 --- a/doc/r1cs_bin_format.md +++ b/doc/r1cs_bin_format.md @@ -2,7 +2,7 @@ ## Simple Summary -This standard defines a standard format for a binery representation of a r1cs constraint system. +This standard defines a standard format for a binary representation of a r1cs constraint system. ## Abstract