Skip to content

Commit

Permalink
Fixes #6 - Change delete keyword to drop parenthesis (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 9, 2024
1 parent 41b85dc commit 676aae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firststeps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The example below creates an instance of ```MyClass```.
The example below shows how to release an instance.

```
delete(myInstance);
delete myInstance;
```

### Defining a class
Expand Down

0 comments on commit 676aae1

Please sign in to comment.