Commit 1cb3de7a authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Correct Ast#detect comment.

parent 0417d7c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ module JsDuck
    # Given parsed code, returns the tagname for documentation item.
    #
    # @param ast :code from Result of EsprimaParser
    # @returns One of: :class, :method, :event, :cfg, :property, :css_var
    # @returns One of: :class, :method, :property
    #
    def detect(ast)
      ast = ast || {}