fixed typo from 'NRepresentation to 'Representation' in Funcpp.md (#88)

This commit is contained in:
UberChili
2023-04-24 10:59:11 -06:00
committed by GitHub
parent a49f13d6a8
commit 59d1b17e7f

View File

@@ -10,7 +10,7 @@ To get started with C++, one needs a basic understanding of:
- Arithmetic
- Boolean algebra
- Drawing flowcharts
- NRepresentation of numbers in different numeral systems
- Representation of numbers in different numeral systems
Despite its history, modern C++ is much simpler than it used to be.