Skip to content

Commit

Permalink
chore: missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Jul 8, 2024
1 parent 7ca80a3 commit cef288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (s *UsersService) Get(ctx context.Context, id string) (*User, error) {
return &res, nil
}

// Create will create and invite a user to the organisation
// Create will create and invite a user to the organisation.
func (s *UsersService) Create(ctx context.Context, req CreateUserRequest) (*User, error) {
ctx, span := s.client.trace(ctx, "Users.Create", trace.WithAttributes(
attribute.String("axiom.user_name", req.Name),
Expand Down

0 comments on commit cef288c

Please sign in to comment.