mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 23:32:23 +00:00
docs: fix examples
This commit is contained in:
parent
6914d4b40c
commit
4afb099bf3
2 changed files with 7 additions and 13 deletions
quartz/components
|
@ -82,7 +82,7 @@ export class FileNode {
|
|||
|
||||
/**
|
||||
* Filter FileNode tree. Behaves similar to `Array.prototype.map()`, but modifies tree in place
|
||||
* @param mapFn function to filter tree with
|
||||
* @param mapFn function to use for mapping over tree
|
||||
*/
|
||||
map(mapFn: (node: FileNode) => void) {
|
||||
mapFn(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue