fix read me

This commit is contained in:
2025-09-05 18:35:50 +03:00
parent c91e2c08d6
commit 0418fce44c
2 changed files with 10 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ namespace hack::patterns
identificator() { m_id = m_counter; ++m_counter; }
public:
T m_id;
T m_id;
private:
static inline T m_counter = 0;