mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some documentation in RSAKey
This commit is contained in:
parent
12dfd3df45
commit
adf74a8451
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace juce
|
|||
$result = $result->add ($remainder->modPow ($part1, $part2));
|
||||
}
|
||||
|
||||
return strrev ($result->toBytes());
|
||||
return ($result->toBytes());
|
||||
}
|
||||
@endcode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue