Skip to content

Commit 0b27789

Browse files
committed
fix typo
1 parent 53f34b6 commit 0b27789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/posts/newsletter-016/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ If needed, a section can be split into subsections with a "------" delimiter.
7171

7272
![rib](rib.gif)
7373

74-
Parsing a 3D model file and understand the different links between bone matrices,
75-
keyframes and vertices is a task that can take a lot of time and motivation of
76-
the developer. On top of that, combining the different bone transform matrices
77-
for the current frame is often error prone.
74+
Parsing a 3D model file and understanding the different links between bone
75+
matrices, keyframes and vertices is a task that can take a lot of time and
76+
motivation of the developer. On top of that, combining the different bone
77+
transform matrices for the current frame is often error prone.
7878

7979
[rib] is an attempt to tackle these problems and might help you save time.
8080
Current features of [rib] include:

0 commit comments

Comments
 (0)