Skip to content

Commit ad15507

Browse files
Copilotpelikhan
andauthored
fix: American English spelling in test comment (initialises → initializes)
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent fc6198a commit ad15507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/workflow/compiler_owner_type_cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func TestRepositoryOwnerIsIndividualUser_CacheSharedAcrossCompilations(t *testin
111111
}
112112

113113
// TestRepositoryOwnerIsIndividualUser_CacheInitializedByNewCompiler verifies that
114-
// NewCompiler initialises ownerTypeCache so callers never encounter a nil map panic.
114+
// NewCompiler initializes ownerTypeCache so callers never encounter a nil map panic.
115115
func TestRepositoryOwnerIsIndividualUser_CacheInitializedByNewCompiler(t *testing.T) {
116116
c := NewCompiler()
117117
if c.ownerTypeCache == nil {

0 commit comments

Comments
 (0)