Fixed minor typo.
This commit is contained in:
		| @ -151,7 +151,7 @@ func Test_Model(t *testing.T) { | |||||||
| 		}, { | 		}, { | ||||||
| 			// test the handling of the NRGBAColor interface; as | 			// test the handling of the NRGBAColor interface; as | ||||||
| 			// all the types that support it have special handling | 			// all the types that support it have special handling | ||||||
| 			// that would take precidence. | 			// that would take precedence. | ||||||
| 			"testNRGBAColor: invisible Floral White", | 			"testNRGBAColor: invisible Floral White", | ||||||
| 			testNRGBAColor{color.NRGBA64{R: 0xff, G: 0xfa, B: 0xf0, A: 0x00}}, | 			testNRGBAColor{color.NRGBA64{R: 0xff, G: 0xfa, B: 0xf0, A: 0x00}}, | ||||||
| 			color.ModelFunc(testNRGBAModel), | 			color.ModelFunc(testNRGBAModel), | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user