Skip to content

Commit

Permalink
quick docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiringLich committed Mar 8, 2023
1 parent bca312a commit a4f4d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/paintingcanvas/extensions/FrameCounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* A system to add a debug overlay showing the FPS, frame count, Element count and frame time graph.
* <pre>{@code
* // Create and attach a new FrameCounter with default settings
* new FrameCounterd().attach();
* new FrameCounter().attach();
* }</pre>
*/
public class FrameCounter implements Canvas.RenderLifecycle {
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/paintingcanvas/extensions/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* This package contains built-in extensions for the Canvas class
*/
package paintingcanvas.extensions;

0 comments on commit a4f4d60

Please sign in to comment.