cold-mac: in opening section for logic fns the OR was described as performing minimum and AND as maximum while in reality they are doing the opposite #1
Conversation
…rforming minimum and AND as maximum while in reality they are doing the opposite
|
Great catch! Thank you! Merging now, and will rebuild the pdfs on this end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Hey,
I noticed a small bug in Logic fns opening section description. OR was described as performing analog minimum while it is performing maximum (which is correctly stated in later sections) and AND was described as performing analog maximum while it is doing minimum. I didn't updated the PDFs file so feel free to ignore this PR but I created it so it will be easier for you to see where the mentioned changes should be applicated.