Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Feb 28, 2022
1 parent cda7d9e commit 39e3a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
//!
//! ## Overview
//!
//! The Task Pallet creates a way of users to interact with one another.
//! The Task Pallet creates a way for users to interact with one another.
//!
//! There are two types of Users who can interact with tasks. We call them
//! Initiators and Volunteers.
//!
//! Initiators are people who have the permission to Create and Remove Tasks.
//! Volunteers are people who have the permission to Start and Complete Tasks.
//!
//! Anybody can be become an Initiator or Volunteer. In other words,
//! one doesn't need a permission to become Initiator or Volunteer.
//! Anybody can become an Initiator or Volunteer. In other words,
//! one doesn't need permission to become an Initiator or Volunteer.
//!
//! When Tasks are created, there is some associated metadata that shall be defined.
//! This includes the following:
Expand Down

0 comments on commit 39e3a89

Please sign in to comment.