Skip to content

Commit af35cd2

Browse files
committed
Encode long dashes
1 parent 6f71b2a commit af35cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ This project
7272
### What are the project's core values?
7373

7474
- **Thoroughness**: implementations should be thorough, including testing, benchmarking, and documentation. Algorithms should be researched, studied, and measured. Taking shortcuts is not acceptable. Attention to detail is highly prized. Code should be written well the first time.
75-
- **Rigor**: development should be rigorous. High quality code is expected, and authors are expected to strive for excellence.
75+
- **Rigor**: development should be rigorous. High-quality code is expected, and authors are expected to strive for excellence.
7676
- **Robustness**: implementations should demonstrate an exhaustive understanding of how they can fail.
7777
- **Approachability**: user-facing APIs and underlying implementations should be approachable. Interfaces should embrace simplicity. Source code should use the simplest primitives. Documentation should be abundant.
78-
- **Integrity**: all aspects of the project--documentation, testing, benchmarking, implementations, tooling--should form a consistent and coherent whole. Code should be of one voice and reflect a single purpose: to write high-quality software.
78+
- **Integrity**: all aspects of the project—documentation, testing, benchmarking, implementations, tooling—should form a consistent and coherent whole. Code should be of one voice and reflect a single purpose: to write high-quality software.
7979

8080
<!-- </faq-question> -->
8181

0 commit comments

Comments
 (0)