feat: typo
This commit is contained in:
@@ -33,7 +33,7 @@ class SymbolTable:
|
||||
print(symbol)
|
||||
print(address)
|
||||
# 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:
|
||||
print(symbol)
|
||||
|
||||
Reference in New Issue
Block a user