Typo In Replit Docs

Problem description:
There is a typo on the “Using Databases In Replit” page of the docs:
Screenshot 2023-01-15 1.29.56 PM

Expected behavior:
It should say:

db["float_1"]
print(db["float_1"])

Actual behavior:
But is says:
It says:

db["float_1"]
print(db["float_1")

Bug appears at this link:
https://docs.replit.com/hosting/using-a-database#:~:text=]%20%3D%203.33-,print(db[“float_1”),-Output%3A​

Browser/OS/Device:
Chrome/Chrome OS