Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 8779082

Browse files
committed
docs: fix outdated term app-id -> project id
1 parent 5855511 commit 8779082

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ impl PeerClaims {
124124
..Self::default()
125125
}
126126
}
127+
128+
/// See PeerPolicy for policy format
127129
#[wasm_bindgen(js_name = "setAllowPolicy")]
128130
pub fn set_allow_policy(&mut self, claims: &PeerPolicy) {
129131
self.allow_policy = Some(claims.clone());
@@ -136,7 +138,7 @@ impl PeerClaims {
136138
/// https://datatracker.ietf.org/doc/html/rfc7519
137139
///
138140
/// Note: Regardless of `PeerPolicy`, peers can only connect to other peers
139-
/// within the scope of your `app-id`.
141+
/// within the scope of your PulseBeam Project.
140142
///
141143
/// # Examples
142144
/// `PeerPolicy("*", "*")` allows this peer to connect to any other peer.

0 commit comments

Comments
 (0)