Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sysread committed Oct 24, 2024
1 parent 3b00978 commit 89d8427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ if err != nil {
}

err = tf.WithLock(ctx, func() error {
Critical section
fmt.Println("Doing some work while holding the lock")
return nil
})
Expand Down

0 comments on commit 89d8427

Please sign in to comment.