From b60e116ec59a246f63571ac7b59ad8c130837876 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 9 Jan 2023 16:15:01 -0600 Subject: [PATCH] Fix some more minor typos --- bindings/csharp/Ckzg.Bindings/Ckzg.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/csharp/Ckzg.Bindings/Ckzg.cs b/bindings/csharp/Ckzg.Bindings/Ckzg.cs index 25bce2e..7455db8 100644 --- a/bindings/csharp/Ckzg.Bindings/Ckzg.cs +++ b/bindings/csharp/Ckzg.Bindings/Ckzg.cs @@ -23,7 +23,7 @@ public class Ckzg /// /// Calculates commitment for the blob /// - /// Prealocated buffer of bytes to receive the commitment + /// Preallocated buffer of bytes to receive the commitment /// Flatten array of blob elements /// Trusted setup settings /// Returns error code or 0 if successful @@ -34,7 +34,7 @@ public class Ckzg /// /// Calculates aggregated proof for the blobs /// - /// Prealocated buffer of bytes to receive the proof + /// Preallocated buffer of bytes to receive the proof /// Blobs as a flatten byte array /// Blobs count /// Trusted setup settings