mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
Fix docs
This commit is contained in:
parent
bda6b9a822
commit
e1aed9ca78
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace Dalamud.Bootstrap.Crypto
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="source"></param>
|
/// <param name="source"></param>
|
||||||
/// <param name="destination">A buffer to store decrypted data be stored.</param>
|
/// <param name="destination">A buffer to store decrypted data.</param>
|
||||||
/// <exception cref="ArgumentException">
|
/// <exception cref="ArgumentException">
|
||||||
/// Thrown when either the length of the buffer is not multiple of the block size. (i.e. 8 bytes)
|
/// 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.
|
/// or `source` and `destination` are overlapped in the memory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue