Skip to content

Commit ffc248c

Browse files
committed
fix(/wiki/raycasting): tag wasnt plural
1 parent 49baad9 commit ffc248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/wiki/raycasting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Traveling through 3D grids in a straight line."
44
path = "/wiki/raycasting"
55
[taxonomies]
66
categories = ["algorithms"]
7-
tags = ["algorithm", "math", "raycasting", "raytracing"]
7+
tags = ["algorithms", "math", "raycasting", "raytracing"]
88
[extra]
99
chapters = true
1010
chapter_prev = false

0 commit comments

Comments
 (0)