Ruby - Ecosystem and Best Practices
Identify the error in this YARD comment block:
# @param name String the user's name
# @return String greeting message
def greet(name)
"Hello, #{name}!"
end