From 431c86bb0ee1171578b744c45051bbac6d3278d0 Mon Sep 17 00:00:00 2001 From: Jason Davis-Cooke Date: Thu, 26 Feb 2015 08:57:47 -0500 Subject: [PATCH] remove incorrect code documentation --- lib/zanzibar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zanzibar.rb b/lib/zanzibar.rb index fa01f6f..2faab8e 100644 --- a/lib/zanzibar.rb +++ b/lib/zanzibar.rb @@ -110,7 +110,7 @@ module Zanzibar raise "There was an error getting the secret with id #{scrt_id}: #{err}" end - ## Retrieve a simple password from a secret, and save it to a file if requested + ## Retrieve a simple password from a secret # Will raise an error if there are any issues # @param [Integer] the secret id # @return [String] the password for the given secret