feat: typo

This commit is contained in:
2026-02-18 20:31:06 +01:00
parent d51a392c1e
commit 4bbe67d3d6

View File

@@ -33,7 +33,7 @@ class SymbolTable:
print(symbol) print(symbol)
print(address) print(address)
# Add symbol-address pair to dictionary # Add symbol-address pair to dictionary
raise NotImplementedError("add_entru not yet implemented") raise NotImplementedError("add_entry not yet implemented")
def contains(self, symbol: str) -> bool: def contains(self, symbol: str) -> bool:
print(symbol) print(symbol)