feat: typo
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user