Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Oct 21, 2020
1 parent ebdeeae commit 24ee570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/articles/readingsSystems.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Readings Systems
A readings system is a romanization system implemented in such a way that instead of being limited to yielding just one romanization value for a character, can return every known reading for every single character.

This is a package-specific detail, but it allows you to do with the readings how you please. If you'd rather just get *a* reading, these systems still support the basic [Process](/api/Romanization.IRomanizationSystem.html#Romanization_IRomanizationSystem_Process_System_String_)
This is a package-specific detail, but it allows you to do with the readings how you please. If you'd rather just get *a* reading, these systems still support the basic [Process](/Romanization.NET/api/Romanization.IRomanizationSystem.html#Romanization_IRomanizationSystem_Process_System_String_)
function.

If you're looking for the API Documentation for them, you can find it [here](/Romanization.NET/api/Romanization.IReadingsRomanizationSystem-1.html).

0 comments on commit 24ee570

Please sign in to comment.