We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d394c9 + 61f8e44 commit af1eea9Copy full SHA for af1eea9
content/learning-paths/cross-platform/adler32/about-2.md
@@ -36,7 +36,8 @@ The algorithm works by calculating two 16-bit sums:
36
37
- s1: A simple sum of all bytes.
38
- s2: A sum of all s1 values after each byte.
39
-- The final checksum is `(s2 << 16) | s1`.
+
40
+The final checksum is `(s2 << 16) | s1`.
41
42
## What You'll Build
43
@@ -49,4 +50,4 @@ This project walks you through building the following components using GitHub Co
49
50
- A NEON-optimized version of Adler32.
51
- A performance comparison table for both implementations.
52
-Continue to the next section to start creating the project.
53
+Continue to the next section to start creating the project.
0 commit comments