Skip to content

Instantly share code, notes, and snippets.

@njwest
Created July 20, 2024 17:35
Show Gist options
  • Save njwest/fe36f999c4d5a492fb7fee636e2b287d to your computer and use it in GitHub Desktop.
Save njwest/fe36f999c4d5a492fb7fee636e2b287d to your computer and use it in GitHub Desktop.
Bad Doctest Exmaple
@doc """
iex> RateLimiter.allow_login_attempt?("doctest@example.com", 1)
true
iex> RateLimiter.allow_login_attempt?("doctest@example.com", 0)
false
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment