Skip to content

Conversation

@Victorcorcos
Copy link
Contributor

@Victorcorcos Victorcorcos commented Oct 9, 2025

Summary

  • Fix Markdown table formatting for Logical OR and Bitwise OR operators
  • Remove non-existent "Logical NOT" operator from the operators table

Details

This PR addresses formatting issues in the README's operators table:

  1. Removed Logical NOT operator: This operator was listed in the table but doesn't exist in the library's implementation.
  2. Fixed Logical OR operator display: Changed from plain text a || b to HTML entity encoding <code>a &#124;&#124; b</code> to prevent Markdown table parsing issues
  3. Fixed Bitwise OR operator display: Changed from plain text a | b to HTML entity encoding <code>a &#124; b</code> to prevent Markdown table cell separation issues

@Victorcorcos Victorcorcos self-assigned this Oct 9, 2025
@Victorcorcos Victorcorcos changed the title Update README removing ! unary operator Update README removing invalid operators Oct 9, 2025
@Victorcorcos Victorcorcos merged commit 7428a00 into oxeanbits:master Oct 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants