Skip to content

Commit 6c6c2c6

Browse files
authored
fix: typo
1 parent 5b49b94 commit 6c6c2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ara_reporting"
33
version = "0.4.0"
44
edition = "2021"
5-
description = "A Reporting library for for Ara Programming Langauge 📃"
5+
description = "A Reporting library for for Ara Programming Language 📃"
66
readme = "README.md"
77
repository = "https://github.com/ara-lang/reporting"
88
documentation = "https://docs.rs/ara_reporting"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Crates.io](https://img.shields.io/crates/v/ara_reporting.svg)](https://crates.io/crates/ara_reporting)
55
[![Docs](https://docs.rs/ara_reporting/badge.svg)](https://docs.rs/ara_reporting/latest/ara_reporting/)
66

7-
A Reporting library for for Ara Programming Langauge 📃
7+
A Reporting library for for Ara Programming Language 📃
88

99
Internally, Ara reporting uses the [codespan-reporting](https://github.com/brendanzab/codespan) library to build a report of the issues found in the code.
1010

0 commit comments

Comments
 (0)