Skip to content

Commit 8bfa0fa

Browse files
author
Deren Vural
committed
oops
Signed-off-by: Deren Vural <derenv@live.co.uk>
1 parent eae3254 commit 8bfa0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gpu_page/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ impl GpuPage {
358358
// Grab all saved properties
359359
let properties: Vec<String> = self.check_properties_for_view(&loaded_views[index]);
360360

361-
// Add prope
362-
for prop in &properties {rty items to the final list
361+
// Add property items to the final list
362+
for prop in &properties {
363363
props.push(prop.as_str().clone().to_owned());
364364
}
365365

0 commit comments

Comments
 (0)