Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Cleanup: fix some typos in code comment #2381

Merged
merged 1 commit into from
Aug 22, 2019

Conversation

beautytiger
Copy link
Contributor

Signed-off-by: Guangming Wang guangming.wang@daocloud.io

@@ -54,7 +54,7 @@ func NewContainer(name string, images imageSorter, currentImage image.Info, tagP
var c Container

// The following machinery attempts to minimise the number of
// filters (`O(n)`) and sorts (`O(n log n)`), by memoising and
// filters (`O(n)`) and sorts (`O(n log n)`), by memorizing and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a typo, but is not! https://en.wikipedia.org/wiki/Memoization (or in en_gb, "memoisation")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, good lessons. Thanks!

revert non-typo in api/v6/container.go

Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
Copy link
Member

@squaremo squaremo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helpful cleanup, thank you!

@squaremo squaremo merged commit d33e974 into fluxcd:master Aug 22, 2019
@hiddeco hiddeco added this to the 1.14.1 milestone Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants