summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2018-01-08 12:00:23 +0100
committerGitHub <noreply@github.com>2018-01-08 12:00:23 +0100
commit36e0c21a6c04d8ed49f35cf4a94f3caf548d31c6 (patch)
treeafee00130e41205bb2e7dd80c9b9fee3b5936228
parent23be0d9da45b91ed11be92cd77b839de529d340c (diff)
parentdffc8123a7efd728f766229c5b5f2c5b1576d2ee (diff)
downloadpry-36e0c21a6c04d8ed49f35cf4a94f3caf548d31c6.tar.gz
Merge branch 'master' into fix/yard-warnings-for-see-directive
-rw-r--r--lib/pry/testable/variables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/testable/variables.rb b/lib/pry/testable/variables.rb
index 13f1bcb3..0de7d3bc 100644
--- a/lib/pry/testable/variables.rb
+++ b/lib/pry/testable/variables.rb
@@ -8,7 +8,7 @@ module Pry::Testable::Variables
# Foo # => NameError
# Bar # => NameError
#
- # @param [Array<Symbol>] *names
+ # @param [Array<Symbol>] names
# An array of constant names that be defined by a block,
# and removed by this method afterwards.
#