Skip to content

Commit

Permalink
Changing attributed quote from Plato to Socrates. Ooops. We regret the
Browse files Browse the repository at this point in the history
error.

Signed-off-by: Audrey MP <[email protected]>
  • Loading branch information
astatide committed Dec 23, 2024
1 parent 592068b commit f2b36a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/rst/language/spec/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ concrete or semi-concrete

.. code-block:: chapel
enum statesman { Aristotle, Roosevelt, Churchill, Plato }
enum statesman { Aristotle, Roosevelt, Churchill, Socrates }
defines an abstract enumerated type with four constants. The function

Expand All @@ -634,7 +634,7 @@ concrete or semi-concrete
writeln("Every reform movement has a lunatic fringe.");
when statesman.Churchill do
writeln("A joke is a very serious thing.");
when statesman.Plato do
when statesman.Socrates do
{ write("I only wish that wisdom were the kind of thing that flowed ");
writeln("... from the vessel that was full to the one that was empty."); }
}
Expand Down
2 changes: 1 addition & 1 deletion util/devel/chplspell-dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ pblp
pbspro
pgic
physicalcpu
plato
plugin
pluschar
pmtwd
Expand Down Expand Up @@ -1065,6 +1064,7 @@ socklen
sockoptdata
sockoptfunction
socktype
socrates
spawnp
spectests
spectralnorm
Expand Down

0 comments on commit f2b36a6

Please sign in to comment.