Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Apr 5, 2024
1 parent 0cf679e commit ced1055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"hte",
"reccomend",
"outselves",
"favortied"
"favortied",
"destory"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ AMyModActor::CreateInstanceFromMesh(UStaticMesh* Mesh) {
}
```

=== Destory Abstract Instances at Runtime
=== Destroy Abstract Instances at Runtime

```cpp
static void RemoveInstances( UObject* WorldContext, TArray<FInstanceHandle*>& Handles, bool bEmptyHandleArray = true );
Expand Down

0 comments on commit ced1055

Please sign in to comment.