summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--topics/pangenome/impg/impg-agc-bindings.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/pangenome/impg/impg-agc-bindings.gmi b/topics/pangenome/impg/impg-agc-bindings.gmi
index 5b95685..2451c0a 100644
--- a/topics/pangenome/impg/impg-agc-bindings.gmi
+++ b/topics/pangenome/impg/impg-agc-bindings.gmi
@@ -211,7 +211,7 @@ To create a rust package for binding libagc it is worth reading:
 
 So we should create an agc-rs crate that provides a high-level interface to the upcoming libagc-sys crate. No wonder these crates proliferate.
 
-# Shifting to a dynamic libagc.so
+# Using a linked libagc.so
 
 I managed to create a crate that binds libagc.so against Rust: