Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing backtick in documentation for loadModel #6995

Closed
1 of 17 tasks
aGuyWhoMadeGames opened this issue Apr 27, 2024 · 2 comments · Fixed by #6996
Closed
1 of 17 tasks

Missing backtick in documentation for loadModel #6995

aGuyWhoMadeGames opened this issue Apr 27, 2024 · 2 comments · Fixed by #6996

Comments

@aGuyWhoMadeGames
Copy link
Contributor

aGuyWhoMadeGames commented Apr 27, 2024

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

1.9.3

Web browser and version

n/a

Operating system

n/a

Steps to reproduce this

There is a missing backtick in the Documentation page for loadModel().
Is says this:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj'` may be blocked due to browser security.

but it should say:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj' may be blocked due to browser security.

Copy link

welcome bot commented Apr 27, 2024

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!

@nickmcintyre
Copy link
Member

Good catch @aGuyWhoMadeGames!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants