mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +01:00
Fix typo in comment
Auditor: epriestley
This commit is contained in:
parent
fa2467e8fe
commit
ec283abb14
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ abstract class LiskDAO {
|
|||
* Make an object read-only.
|
||||
*
|
||||
* Making an object ephemeral indicates that you will be changing state in
|
||||
* such a way that you would never ever want it to be written to back to the
|
||||
* such a way that you would never ever want it to be written back to the
|
||||
* storage.
|
||||
*/
|
||||
public function makeEphemeral() {
|
||||
|
|
Loading…
Reference in a new issue