Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion luhash.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author [hesphoros]
* @contact [hesphoros@gmail.com]
* @date 2024-12-25
* @date 2025-1-1
Copy link

Copilot AI Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date format changed from 2024-12-25 to 2025-1-1, which uses a non-standard ISO 8601 format. The month and day should be zero-padded to maintain consistency and readability (e.g., 2025-01-01).

Suggested change
* @date 2025-1-1
* @date 2025-01-01

Copilot uses AI. Check for mistakes.
*
* This file includes the following major components:
* - Error codes for hash table operations, including memory allocation failures.
Expand Down