We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073b32b commit 8980b81Copy full SHA for 8980b81
client/src/main/java/org/strykeforce/deadeye/Rect.java
@@ -74,11 +74,11 @@ public int size() {
74
*
75
* <p>For example:
76
77
- * <code><pre>
+ * <pre><code>
78
* assertTrue(rect.contains(rect.topLeft));
79
* assertFalse(rect.contains(rect.bottomRight));
80
* assertTrue(rect.contains(rect.center()));
81
- * </pre></code>
+ * </code></pre>
82
83
* @param point the (x, y) point to check
84
* @return true if point is contained in rectangle
0 commit comments