From f3f86659e101274e43d665e41eda5327b78f10e0 Mon Sep 17 00:00:00 2001 From: Deniz Donmez Date: Mon, 15 Sep 2025 16:47:16 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e671d2a..a6f5f3c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ A lightweight, from-scratch, object-oriented Python package implementing classic - Minimal `Matrix` / `Vector` classes - `@` operator for **matrix multiplication** -- `*` for **scalar**–matrix multiplication +- `*` for **scalar**-matrix multiplication - `.T` for transpose - Forward / backward substitution helpers - Norms, dot products, row/column access