From 4648bd1f8e4c6f2d3d0dff8d4300350cc1885612 Mon Sep 17 00:00:00 2001 From: Andrew Pollack Date: Wed, 21 Dec 2022 09:27:46 -0800 Subject: [PATCH] Minor punctuation update Bringing list punctuation in line with rest of course --- src/why-rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/why-rust.md b/src/why-rust.md index ac261b80..cb81888c 100644 --- a/src/why-rust.md +++ b/src/why-rust.md @@ -2,6 +2,6 @@ Some unique selling points of Rust: -* Compile time memory safety -* Lack of undefined runtime behavior -* Modern language features +* Compile time memory safety. +* Lack of undefined runtime behavior. +* Modern language features.