Skip to content

Commit 6ab3858

Browse files
committed
fix helium readme typos
1 parent 9322b5e commit 6ab3858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helium/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ generically stored in the object and are expected to be read on
108108
explanation.
109109
110110
Object parameter commits are deferred until the device chooses to flush the
111-
[DeferedCommitBuffer](utiltiy/DeferredCommitBuffer.h) that lives in the
111+
[DeferedCommitBuffer](utility/DeferredCommitBuffer.h) that lives in the
112112
global device state instance on the device itself. It is entirely up to the
113113
implementation to choose when this buffer should be flushed -- most commonly
114114
this will be done at the beginning of rendering a frame and when some property
115115
values are queried. Please refer to the documentation within the
116-
[DeferedCommitBuffer](utiltiy/DeferredCommitBuffer.h) header for more deatils.
116+
[DeferedCommitBuffer](utility/DeferredCommitBuffer.h) header for more deatils.
117117
118118
Note that objects also have an ability to be "finalized" via the
119119
`helium::BaseObject::finalize()` virtual method. This is separately tracked

0 commit comments

Comments
 (0)