From be7b5f4dd675d59a4e9b6d571e4190bbba5983d4 Mon Sep 17 00:00:00 2001
From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com>
Date: Tue, 31 Dec 2019 14:39:54 -0800
Subject: [PATCH] fix method name on IShape2D

---
 content/api/IShape2D.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/api/IShape2D.md b/content/api/IShape2D.md
index 2f01e7b..42bc485 100644
--- a/content/api/IShape2D.md
+++ b/content/api/IShape2D.md
@@ -33,7 +33,7 @@ public Vector2 Support(Vector2 direction, Transform2D transform)
 
 ---
 
-##### **AABB AABB(Transform2D transform)**
+##### **AABB TransformedAABB(Transform2D transform)**
 
 A method which returns the axis-aligned bounding box for the transformed shape.