From e1aed9ca783441947d6121f71a83b63288fecb5f Mon Sep 17 00:00:00 2001 From: Mino Date: Sat, 28 Mar 2020 10:48:48 +0900 Subject: [PATCH] Fix docs --- Dalamud.Bootstrap/Crypto/Blowfish.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud.Bootstrap/Crypto/Blowfish.cs b/Dalamud.Bootstrap/Crypto/Blowfish.cs index 6e23a9ab3..485571dc2 100644 --- a/Dalamud.Bootstrap/Crypto/Blowfish.cs +++ b/Dalamud.Bootstrap/Crypto/Blowfish.cs @@ -77,7 +77,7 @@ namespace Dalamud.Bootstrap.Crypto /// /// /// - /// A buffer to store decrypted data be stored. + /// A buffer to store decrypted data. /// /// Thrown when either the length of the buffer is not multiple of the block size. (i.e. 8 bytes) /// or `source` and `destination` are overlapped in the memory.