blueloveTH 2 anni fa
parent
commit
9c5d231fb6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/bindings.md

+ 1 - 1
docs/bindings.md

@@ -160,4 +160,4 @@ For example, `vm->bind__add__` is preferred over `vm->bind_method<1>(type, "__ad
 
 ### Further reading
 
-See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/linalg.h) for a complete example used by `linalg` module.
+See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for a complete example used by `random` module.