Fix incorrect Bun version in docs (#2236)

This commit is contained in:
Derrick Farris
2023-02-28 19:55:18 -06:00
committed by GitHub
parent e512be8c18
commit 1da8045ce4

View File

@@ -419,7 +419,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
- {% anchor id="node_formdata" %} [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) {% /anchor %}
- 🟢
- Fully implemented. Added in Bun 0.7.0.
- Fully implemented. Added in Bun 0.5.7.
---