Fix docs
This commit is contained in:
parent
9f263d79f2
commit
d73d910843
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ module BSD::Control
|
|||
##
|
||||
# @example
|
||||
# BSD::Control
|
||||
# .feature!("mprotect")
|
||||
# .set!("/usr/local/bin/firefox", BSD::Enable)
|
||||
# .feature!(:mprotect)
|
||||
# .enable!("/usr/local/bin/firefox")
|
||||
#
|
||||
# @param [String] name
|
||||
# The name of a feature.
|
||||
|
|
Loading…
Reference in a new issue