Skip to content

Commit

Permalink
Merge pull request #119 from proninyaroslav/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the documentation
  • Loading branch information
Skycoder42 authored Aug 15, 2024
2 parents e25029d + fdc1f9b commit d15bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sodium/lib/src/api/secret_stream.dart
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ abstract class SecretStream {
/// generate the stream state from the [key] and the header, which is expected
/// to be the first message that is added into [cipherStream]. After that, any
/// cipher message (optionally with additional data) that is passed in the
/// stream is encrypted with crypto_secretstream_xchacha20poly1305_push and
/// stream is decrypted with crypto_secretstream_xchacha20poly1305_pull and
/// the result returned as [SecretExStream].
///
/// The stream also handles it's internal state gracefully and can react
Expand Down

0 comments on commit d15bbb2

Please sign in to comment.