Skip to content

Commit

Permalink
Revert "add doc for adler32 transform (#524)"
Browse files Browse the repository at this point in the history
This reverts commit 55b5c1c.
  • Loading branch information
plumbis authored Aug 8, 2023
1 parent 55b5c1c commit 46eec98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions content/master/concepts/patch-and-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,8 +1507,7 @@ converts the input based on one of the following conversion types:
* `ToJson` - Convert the input string to valid JSON.
* `ToSha1` - Create a SHA-1 hash of the input string.
* `ToSha256` - Create a SHA-256 hash of the input string.
* `ToSha512` - Create a SHA-512 hash of the input string.
* `ToAdler32` - Create an Adler32 hash of the input string.
* `ToSha512` - Create a SHA-512 hash of the input string.

```yaml {label="stringConvert"}
patches:
Expand Down
1 change: 0 additions & 1 deletion utils/vale/styles/Crossplane/crossplane-words.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ActivePackageRevision
Adler32
clampMax
clampMin
CombineFromComposite
Expand Down

0 comments on commit 46eec98

Please sign in to comment.