@@ -259,13 +259,13 @@ public class PApplet implements PConstants {
259259
260260 /**
261261 *
262- * When <b>pixelDensity(2)</d > is used to make use of a high resolution
262+ * When <b>pixelDensity(2)</b > is used to make use of a high resolution
263263 * display (called a Retina display on OS X or high-dpi on Windows and
264264 * Linux), the width and height of the sketch do not change, but the
265265 * number of pixels is doubled. As a result, all operations that use pixels
266266 * (like <b>loadPixels()</b>, <b>get()</b>, <b>set()</b>, etc.) happen
267267 * in this doubled space. As a convenience, the variables <b>pixelWidth</b>
268- * and <b>pixelHeight<b> hold the actual width and height of the sketch
268+ * and <b>pixelHeight</ b> hold the actual width and height of the sketch
269269 * in pixels. This is useful for any sketch that uses the <b>pixels[]</b>
270270 * array, for instance, because the number of elements in the array will
271271 * be <b>pixelWidth*pixelHeight</b>, not <b>width*height</b>.
@@ -282,13 +282,13 @@ public class PApplet implements PConstants {
282282
283283 /**
284284 *
285- * When <b>pixelDensity(2)</d > is used to make use of a high resolution
285+ * When <b>pixelDensity(2)</b > is used to make use of a high resolution
286286 * display (called a Retina display on OS X or high-dpi on Windows and
287287 * Linux), the width and height of the sketch do not change, but the
288288 * number of pixels is doubled. As a result, all operations that use pixels
289289 * (like <b>loadPixels()</b>, <b>get()</b>, <b>set()</b>, etc.) happen
290290 * in this doubled space. As a convenience, the variables <b>pixelWidth</b>
291- * and <b>pixelHeight<b> hold the actual width and height of the sketch
291+ * and <b>pixelHeight</ b> hold the actual width and height of the sketch
292292 * in pixels. This is useful for any sketch that uses the <b>pixels[]</b>
293293 * array, for instance, because the number of elements in the array will
294294 * be <b>pixelWidth*pixelHeight</b>, not <b>width*height</b>.
0 commit comments