Skip to content

Commit

Permalink
make comment more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 24, 2013
1 parent 034b5d9 commit 34f6a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/yast/wfm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def self.call *args
# {WFM.Args}
# @return response from client
#
# @example call inst_moust client living in src/clients/inst_mouse.rb with parameter true
# @example call inst_moust client living in $Y2DIR/clients/inst_mouse.rb with parameter true
# Yast::WFM.CallFunction("inst_mouse", true)
def self.CallFunction client, *args
call_builtin_wrapper("CallFunction", client, *args)
Expand Down

0 comments on commit 34f6a62

Please sign in to comment.