Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Mar 26, 2024
1 parent 066bb54 commit b13c14a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion schemas/SuperProperties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"description": "Super Properties are properties associated with events that are set once and then sent with every capture call, be it a $pageview, an autocaptured button click, or anything else.",
"description": "Super Properties are properties associated with events that are sent with every capture call, be it a $pageview, an autocaptured button click, or anything else.",
"properties": {
"cryptoSDK": {
"description": "Which crypto backend is the client currently using.",
Expand Down
5 changes: 2 additions & 3 deletions types/kotlin/SuperProperties.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package quicktype

/**
* Super Properties are properties associated with events that are set once and then sent
* with every capture call, be it a $pageview, an autocaptured button click, or anything
* else.
* Super Properties are properties associated with events that are sent with every capture
* call, be it a $pageview, an autocaptured button click, or anything else.
*/
data class SuperProperties (
/**
Expand Down
6 changes: 3 additions & 3 deletions types/kotlin2/SuperProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ package im.vector.app.features.analytics.plan
// https://github.com/matrix-org/matrix-analytics-events/

/**
* Super Properties are properties associated with events that are set once and
* then sent with every capture call, be it a $pageview, an autocaptured button
* click, or anything else.
* Super Properties are properties associated with events that are sent with
* every capture call, be it a $pageview, an autocaptured button click, or
* anything else.
*/
data class SuperProperties(
/**
Expand Down
2 changes: 1 addition & 1 deletion types/swift/SuperProperties.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Foundation
// GENERATED FILE, DO NOT EDIT. FOR MORE INFORMATION VISIT
// https://github.com/matrix-org/matrix-analytics-events/

/// Super Properties are properties associated with events that are set once and then sent with every capture call, be it a $pageview, an autocaptured button click, or anything else.
/// Super Properties are properties associated with events that are sent with every capture call, be it a $pageview, an autocaptured button click, or anything else.
extension AnalyticsEvent {
public struct SuperProperties {

Expand Down

0 comments on commit b13c14a

Please sign in to comment.