Skip to content

Commit

Permalink
Update SEQUENCING.md (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago authored Feb 3, 2024
1 parent 3acc53b commit 7bb4731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-docs/SEQUENCING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ All passes and phases are (typically singleton) objects. A typical pass might lo
```csharp

class MyPass : Pass<MyPass> {
public override void Execute(BuildContext context) {
protected override void Execute(BuildContext context) {
// Do stuff
}
}
Expand Down

0 comments on commit 7bb4731

Please sign in to comment.