From e24118784d589888222c54e3014da9b6e9e7cbed Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Tue, 1 Jun 2021 15:56:48 -0700
Subject: [PATCH] _config.yml: Standardize description

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index ecd3c2b..c05aaf9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,7 +15,7 @@
 # in the templates via {{ site.myvariable }}.
 title: CSE 373
 tagline: Data Structures and Algorithms
-description: Design, analysis, and critique of canonical algorithms.
+description: Design, analysis, and critique of data structures and algorithms.
 author: Kevin Lin
 baseurl: '/courses/cse373/21su' # the subpath of your site, e.g. /blog
 url: 'https://courses.cs.washington.edu' # the base hostname & protocol for your site, e.g. http://example.com
-- 
GitLab