Lesson 1 of 7

Tap the word that belongs in the gap.

func (c *Counter) Inc() { c.mu.Lock() defer c.mu.   () c.n++ }