Skip to content

Commit

Permalink
💡 Module comment text to better describe the module code (#428)
Browse files Browse the repository at this point in the history
* better description

* 🔖 chore(release): bump the app version (#428)

* 🔖 chore(release): bump the app version (#428)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>
  • Loading branch information
KekmaTime and alamin655 authored Dec 8, 2023
1 parent 11166b4 commit 1143846
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"
Expand Down
4 changes: 2 additions & 2 deletions src/engines/startpage.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! The `duckduckgo` module handles the scraping of results from the duckduckgo search engine
//! by querying the upstream duckduckgo search engine with user provided query and with a page
//! The `startpage` module handles the scraping of results from the startpage search engine
//! by querying the upstream startpage search engine with user provided query and with a page
//! number if provided.
use std::collections::HashMap;
Expand Down

0 comments on commit 1143846

Please sign in to comment.