# File lib/gitlab/client/merge_requests.rb, line 110
    def edit_merge_request_comment(project, id, note_id , note)
      put("/projects/#{project}/merge_requests/#{id}/notes/#{note_id}", body: { body: note })
    end