diff --git a/contributor_docs/hi/contributing_documentation.md b/contributor_docs/hi/contributing_documentation.md index df6c1578b0..7163d02f47 100644 --- a/contributor_docs/hi/contributing_documentation.md +++ b/contributor_docs/hi/contributing_documentation.md @@ -33,4 +33,4 @@ * और निश्चित रूप से, यदि आप त्रुटि को ठीक करने वाले व्यक्ति हैं, तो किसी भी [मुद्दों](https://github.com/processing/p5.js/issues) को लेने के लिए स्वतंत्र महसूस करें! स्वागत हे! हमें बहुत खुशी है कि आप यहाँ हैं! -❤️ p5.js समुदाय \ No newline at end of file +❤️ p5.js समुदाय diff --git a/src/events/mouse.js b/src/events/mouse.js index b243bf2f30..89085c9964 100644 --- a/src/events/mouse.js +++ b/src/events/mouse.js @@ -349,7 +349,7 @@ p5.prototype.pwinMouseX = 0; p5.prototype.pwinMouseY = 0; /** - * Processing automatically tracks if the mouse button is pressed and which + * p5 automatically tracks if the mouse button is pressed and which * button is pressed. The value of the system variable mouseButton is either * LEFT, RIGHT, or CENTER depending on which button was pressed last. * Warning: different browsers may track mouseButton differently.