Skip to content

Commit ab8aaba

Browse files
chore: lint issue fixed
1 parent e87d8ed commit ab8aaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/Utility/Data+Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public extension Data {
4343

4444
/**
4545
Generates an array of random bytes of the specified length.
46-
This function uses `SecRandomCopyBytes` to generate random bytes returning it as a `Data` object.
46+
This function uses `SecRandomCopyBytes` to generate random bytes returning it as a `Data` object.
4747
If an error occurs during random bytes generation, the function returns `nil`.
4848
Error occurs only if `SecRandomCopyBytes` returns status that is not `errSecSuccess`.
4949
See [all status codes](https://developer.apple.com/documentation/security/1542001-security_framework_result_codes) for possible error reasons.

0 commit comments

Comments
 (0)