graphs/*.gv : Renamed countability to countable

This commit is contained in:
saundersp 2024-12-20 22:56:53 +01:00
parent 39959b96ea
commit 94a6376b29
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
digraph countabilityIntegers {
digraph countableIntegers {
node [shape = plaintext, fontcolor = White, fontsize = 30];
rankdir = LR;
bgcolor = None;

View File

@ -1,4 +1,4 @@
digraph countabilityRationals {
digraph countableRationals {
node [shape = plaintext, fontcolor = White, fontsize = 15];
rankdir = LR;
bgcolor = None;