Skip to content

Commit

Permalink
Merge pull request #280 from adityasood/update-user-role-object
Browse files Browse the repository at this point in the history
 Added ASCII equivalent of the | symbol
  • Loading branch information
adityasood authored Jan 22, 2019
2 parents 70c0d5e + 6e0f54c commit 924126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/users/_60-user-role-object.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%=
describe_object 'The user role object', since: '19.1.0' do
type 'String', "The type of role (plugin | gocd)"
type 'String', "The type of role (plugin &#124; gocd)"
Name 'String', "Name of the role"
end
%>

0 comments on commit 924126d

Please sign in to comment.