We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d578760 commit b4243d8Copy full SHA for b4243d8
lib/dining_philosophers.ex
@@ -1,6 +1,6 @@
1
defmodule DiningPhilosophers do
2
@moduledoc false
3
- @doc"""
+ @doc """
4
Classic dining philosophers problem solved with actor simulation.
5
6
Five philosophers sit at a round table with five forks. Each philosopher
mix.exs
@@ -117,7 +117,7 @@ defmodule GenServerVirtualTime.MixProject do
117
{"docs/vlingo_generator.md", [title: "VLINGO XOOM Generator"]}
118
],
119
groups_for_extras: [
120
- "Project": [
+ Project: [
121
"README.md",
122
"CHANGELOG.md",
123
"CONTRIBUTING.md",
0 commit comments