From d73d910843baadbaa836e815448d9788438cf091 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 29 Feb 2024 23:13:22 -0300 Subject: [PATCH] Fix docs --- lib/bsd/control.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bsd/control.rb b/lib/bsd/control.rb index 81ea9f0..287d33a 100644 --- a/lib/bsd/control.rb +++ b/lib/bsd/control.rb @@ -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.