Skip to content

Commit

Permalink
Fix syntax highlighting in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Jul 23, 2022
1 parent e99903d commit 91a7162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ defmodule MyAppWeb.UserController do

operation :update,
summary: "Update user",
description: "Updates with the given params.\nThis is another line of text in the description."
description: "Updates with the given params.\nThis is another line of text in the description.",
parameters: [
id: [in: :path, type: :integer, description: "user ID"],
vsn: [in: :query, type: :integer, description: "API version number"],
Expand Down

0 comments on commit 91a7162

Please sign in to comment.