Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 416e481

Browse files
committed
Cleaner README
1 parent 2642aaa commit 416e481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It is built with only standard library dependencies. It additionally ships with
3131
- [SyntaxTree.search(source, query, &block)](#syntaxtreesearchsource-query-block)
3232
- [Nodes](#nodes)
3333
- [child_nodes](#child_nodes)
34-
- [copy(**)](#copy)
34+
- [copy(**attrs)](#copyattrs)
3535
- [Pattern matching](#pattern-matching)
3636
- [pretty_print(q)](#pretty_printq)
3737
- [to_json(*opts)](#to_jsonopts)
@@ -358,7 +358,7 @@ program.child_nodes.first.child_nodes.first
358358
# => (binary (int "1") :+ (int "1"))
359359
```
360360

361-
### copy
361+
### copy(**attrs)
362362

363363
This method returns a copy of the node, with the given attributes replaced.
364364

0 commit comments

Comments
 (0)