From c272d28e575bde2675a6ae7090a0d5f0f4c9c88f Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 29 Dec 2021 21:43:33 +0000 Subject: docs: Fix typo Signed-off-by: gatecat --- docs/archapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/archapi.md b/docs/archapi.md index 5034d7d1..f798254f 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -280,7 +280,7 @@ Return a (preferably unique) number that represents this wire. This is used in d ### void bindWire(WireId wire, NetInfo \*net, PlaceStrength strength) -Bind a wire to a net. This method must be used when binding a wire that is driven by a bel pin. Use `binPip()` +Bind a wire to a net. This method must be used when binding a wire that is driven by a bel pin. Use `bindPip()` when binding a wire that is driven by a pip. This method must also update `net->wires`. -- cgit v1.2.3