From c78316a0d1deba35e70834533b53420fe74d5a13 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 9 Dec 2024 19:31:27 +0900 Subject: [PATCH] docs: update UpdateInfo.cs seperated -> separated --- StabilityMatrix.Core/Models/Update/UpdateInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StabilityMatrix.Core/Models/Update/UpdateInfo.cs b/StabilityMatrix.Core/Models/Update/UpdateInfo.cs index 4e11d891e..734ec3fe0 100644 --- a/StabilityMatrix.Core/Models/Update/UpdateInfo.cs +++ b/StabilityMatrix.Core/Models/Update/UpdateInfo.cs @@ -27,7 +27,7 @@ public record UpdateInfo public required string HashBlake3 { get; init; } /// - /// ED25519 signature of the semicolon seperated string: + /// ED25519 signature of the semicolon separated string: /// "version + releaseDate + channel + type + url + changelog + hash_blake3" /// verifiable using our stored public key ///