Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/raft/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Raft.Server do

@doc """
Applies a new log to the application state machine. This is done in a highly
consistent manor. This must be called on the leader or it will fail.
consistent manner. This must be called on the leader or it will fail.
"""
# @spec apply(server(), term()) :: :ok | {:error, :timeout} | {:error, :not_leader}

Expand Down