From 127d6900d109d30f3b988c14cb4546c157c1240c Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Mon, 5 Feb 2024 16:48:27 -0500 Subject: [PATCH] Update comment --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index adb2754..21a3adc 100644 --- a/src/config.rs +++ b/src/config.rs @@ -9,8 +9,8 @@ use std::{env::var, fs::read_to_string}; // first request) and contains the instance settings. pub static CONFIG: Lazy = Lazy::new(Config::load); -// This serves as the frontend for the Pushshift API - on removed comments, this URL will -// be the base of a link, to display removed content (on another site). +// This serves as the frontend for an archival API - on removed comments, this URL +// will be the base of a link, to display removed content (on another site). pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "undelete.pullpush.io"; /// Stores the configuration parsed from the environment variables and the