From 73072e34e35e0fbe69d62828bbb62a8588292688 Mon Sep 17 00:00:00 2001 From: Kevin Mesiab Date: Wed, 30 Oct 2024 13:18:42 -0700 Subject: [PATCH] Update OPERATORS.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- OPERATORS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OPERATORS.md b/OPERATORS.md index 4305382..86853f2 100644 --- a/OPERATORS.md +++ b/OPERATORS.md @@ -129,8 +129,7 @@ To maintain quality and consistency in custom operators: - Nil value handling 3. **Error Handling**: Implement robust error handling: - Validate input types using type assertions - - - - Handle nil values appropriately + - Handle nil values appropriately - Consider returning error values for invalid inputs 4. **Document Behavior**: Include comments detailing: - Purpose and use cases