From 76155b808699914571225a48614f548ac84ac0a4 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 21 Nov 2022 14:49:23 +0000 Subject: [PATCH] docs(sliceadd): ran prettier format --- subjects/sliceadd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sliceadd/README.md b/subjects/sliceadd/README.md index d12201017..8b960e7f6 100644 --- a/subjects/sliceadd/README.md +++ b/subjects/sliceadd/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that takes a slice of integers and an `int` as arguments, adds the `int` to the slice and returns it. +Write a function that takes a slice of integers and an `int` as arguments, adds the `int` to the slice and returns it. - If the slice is empty, return a slice with the new value.