Skip to content

Commit f291733

Browse files
committed
upd
1 parent 5d01e5f commit f291733

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/_BASE/expressions/wildcard.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/lexical-scopes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ with (object.from.somewhere)
6565

6666
### Activation
6767

68-
Method bodies create an activation as scope. The filter operator creates an activation specifying a \[\[*FilterBase*]] to create a wildcard **\*** binding.
68+
Method bodies create an activation as scope.
6969

7070
#### Added internal properties
7171

7272
| Name | Description |
7373
| ------------------------- | ----------- |
7474
| \[\[*This*]] | The `this` object. |
75-
| \[\[*Method*]] | Method. |
76-
| \[\[*FilterBase*]] | Base object of the filter operator. |
75+
| \[\[*Method*]] | Method. |

0 commit comments

Comments
 (0)