mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
[Trivial] Fix documentation typos
This commit is contained in:
parent
9e2c3f1f05
commit
a81f6200cf
16 changed files with 74 additions and 74 deletions
|
@ -483,7 +483,7 @@ unittest
|
|||
unittest
|
||||
{
|
||||
//Let's use the template features:
|
||||
//Note: When passing a SHA1 to a function, it must be passed by referece!
|
||||
//Note: When passing a SHA1 to a function, it must be passed by reference!
|
||||
void doSomething(T)(ref T hash) if(isDigest!T)
|
||||
{
|
||||
hash.put(cast(ubyte)0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue