Minor doc update
All checks were successful
Build & Test / nix-build (pull_request) Successful in 2m36s
Build & Test / nix-build (push) Successful in 2m43s

This commit is contained in:
Kodi Craft 2024-09-17 20:01:44 +02:00
parent f79e0728e6
commit 764c4bc387
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -16,8 +16,9 @@
defmodule Amethyst.API.Game do
@moduledoc """
This module includes the interface for defining and registering
a game with Amethyst.
This behaviour should be implemented by any Amethyst Game. It additionally
contains functions that the internal connection handler code uses to more
conveniently call a game's callbacks.
"""
@doc """