issues
search
codedex-io
/
projects
Codédex Projects 📝
https://www.codedex.io/projects
MIT License
69
stars
45
forks
source link
fix: remove random backticks
#118
Closed
beingsie
closed
1 year ago
beingsie
commented
1 year ago
Fix: Random backticks in function examples
This PR fixes a bug caused by random backticks added to
2
example functions.
Bug:
function fetchWeather()`
Changes:
Removed the backticks found in two of the function examples.
Related issues:
This PR closes #117.
sonnynomnom
commented
1 year ago
Very niiiice! Merged and +4!
Fix: Random backticks in function examples
2
example functions.Bug:
Changes:
Related issues: