From 648c48a39ddaef431e97587f60099e4234823788 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Fri, 23 Jul 2021 18:20:56 -0400 Subject: [PATCH] Fixed small typo --- ArrayAlgorithms.ts | 2 +- NumberAlgorithms.ts | 2 +- StringAlgorithms.ts | 2 +- todo.txt | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ArrayAlgorithms.ts b/ArrayAlgorithms.ts index f4089ad..85d9bf1 100644 --- a/ArrayAlgorithms.ts +++ b/ArrayAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for arrays /* -Copyright (C) 2021 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/NumberAlgorithms.ts b/NumberAlgorithms.ts index 1814300..f4bf09e 100644 --- a/NumberAlgorithms.ts +++ b/NumberAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for numbers /* -Copyright (C) 2021 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/StringAlgorithms.ts b/StringAlgorithms.ts index 38e6578..7654edf 100644 --- a/StringAlgorithms.ts +++ b/StringAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for strings /* -Copyright (C) 2021 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/todo.txt b/todo.txt index c9bca7c..959e186 100644 --- a/todo.txt +++ b/todo.txt @@ -1,2 +1 @@ -Create a Fibonacci number generator and see if it is efficient -See if you can create a single function for functions using the number | bigint operator \ No newline at end of file +Create a Fibonacci number generator and see if it is efficient \ No newline at end of file