We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4746b59 commit cca51e8Copy full SHA for cca51e8
lib/intercom/user.rb
@@ -8,13 +8,13 @@ module Intercom
8
#
9
# == Example usage
10
# * Fetching a user
11
- # Intercom::User.find_by_email("bob@example.")
+ # Intercom::User.find_by_email("bob@example.com")
12
13
# * Getting the count of all users
14
# Intercom::User.all.count
15
16
# * Fetching all users
17
- # Intercom::User.all.each {|user| puts user.email }
+ # Intercom::User.all.each { |user| puts user.email }
18
19
# * Updating custom data on a user
20
# user = Intercom::User.find_by_email("bob@example.com")
0 commit comments