Skip to content

Commit

Permalink
Merge pull request #756 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Update projectDefault.ts
  • Loading branch information
bthaile committed Jan 19, 2024
2 parents 75f96f7 + 3b41db7 commit 8284d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/Project/projectDefault.ts
Expand Up @@ -22,7 +22,8 @@ pub contract HelloWorld {
// All fields must be initialized in the init() function.
pub var greeting: String
// Public function that returns our friendly greeting!
// Public function that sets our friendly greeting!
// In your own applications you may want to tighten up this access control.
access(all) fun changeGreeting(newGreeting: String) {
self.greeting = newGreeting
}
Expand Down

0 comments on commit 8284d0e

Please sign in to comment.