Skip to content

Commit ed9153f

Browse files
Update src/compiler/crystal/syntax/ast.cr
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
1 parent bfb8265 commit ed9153f

File tree

1 file changed

+1
-1
lines changed
  • src/compiler/crystal/syntax

1 file changed

+1
-1
lines changed

src/compiler/crystal/syntax/ast.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ module Crystal
745745
Location.new(loc.filename, loc.line_number, loc.column_number + name_size - 1)
746746
end
747747

748-
# Returns true if this call has no arguments.
748+
# Returns `true` if this call has any arguments.
749749
#
750750
# Does not consider a block, only block argument.
751751
# `foo {}` would be `true`, but `foo(&x)` would be false.

0 commit comments

Comments
 (0)