Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 27, 2023
1 parent b9de4e8 commit 323a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_space_view_spatial/src/parts/points3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Points3DPart {

#[cfg(not(target_arch = "wasm32"))]
if annotation_infos.len() > 1000 {
// Dropping this is suprisingly expensive, so do it in a background thread:
// Dropping this is surprisingly expensive, so do it in a background thread:
rayon::spawn(move || {
re_tracing::profile_scope!("drop(annotation_infos)");
std::mem::drop(annotation_infos);
Expand Down

0 comments on commit 323a5c5

Please sign in to comment.