diff options
Diffstat (limited to 'src/lp.rs')
-rw-r--r-- | src/lp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -//! L<sup>p</sup> spaces. +//! [L<sup>p</sup> spaces](https://en.wikipedia.org/wiki/Lp_space). use crate::coords::Coordinates; |