Skip to content

Commit 33fc998

Browse files
Update lib/src/impl_ffi/impl_ffi.utils.dart
Co-authored-by: HamdaanAliQuatil <[email protected]>
1 parent b7e56a3 commit 33fc998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/impl_ffi/impl_ffi.utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ int _numBitsToBytes(int numberOfBits) =>
489489
(numberOfBits ~/ 8) + ((7 + (numberOfBits % 8)) ~/ 8);
490490

491491
/// Decode url-safe base64 witout padding as specified in
492-
/// [RFC 7515 Section 2]( https://www.rfc-editor.org/rfc/rfc7515#section-2)
492+
/// [RFC 7515 Section 2](https://www.rfc-editor.org/rfc/rfc7515#section-2)
493493
///
494494
/// Throw [FormatException] mentioning JWK property [prop] on failure.
495495
Uint8List _jwkDecodeBase64UrlNoPadding(String unpadded, String prop) {

0 commit comments

Comments
 (0)