Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Donovan <33707478+petervdonovan@users.noreply.github.com>
  • Loading branch information
cmnrd and petervdonovan authored Mar 27, 2023
1 parent a9798d9 commit 63d2fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.lflang/src/org/lflang/Target.java
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public boolean buildsUsingDocker() {
}

/**
* Whether the target requires using an equal sign to assign a defaul value to a parameter,
* Whether the target requires using an equal sign to assign a default value to a parameter,
* or initialize a state variable. All targets mandate an equal sign when passing
* arguments to a reactor constructor call, regardless of this method.
*/
Expand Down

0 comments on commit 63d2fa0

Please sign in to comment.