Refine comments

This commit is contained in:
Tevin 2018-09-08 12:36:39 +08:00 committed by GitHub
parent 0bc71b68c3
commit 5a88366efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cond.IsSet() // Returns true
cond.UnSet() // Set to false
cond.SetTo(true) // Set to whatever you want
cond.SetToIf(false, true) // Set to true if it is false, returns false(not set)
cond.Flip() // Flip the boolean value, true to false, or false to ture
cond.Flip() // Flip toggles the value(replaces with its opposite value)
// embedding