Skip to content

Commit c61c645

Browse files
committed
update docs
1 parent cd12ad2 commit c61c645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! query("MATCH (p:Person {id: $id}) RETURN p").param("id", id)
4343
//! ).await.unwrap();
4444
//! while let Ok(Some(row)) = result.next().await {
45-
//! count.fetch_add(1, Ordering::SeqCst);
45+
//! count.fetch_add(1, Ordering::Relaxed);
4646
//! }
4747
//! });
4848
//! handles.push(handle);

0 commit comments

Comments
 (0)