Skip to content

Commit ece8a5d

Browse files
committed
Update docs/specs
1 parent 43423f8 commit ece8a5d

File tree

78 files changed

+288
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+288
-90
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**The MIT License**
2-
**Copyright © 2015 Krunoslav Zaher, Shai Mishali**
2+
**Copyright © 2015 Shai Mishali, Krunoslav Zaher**
33
**All rights reserved.**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Rx.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@
27642764
attributes = {
27652765
LastSwiftUpdateCheck = 0820;
27662766
LastUpgradeCheck = 1250;
2767-
ORGANIZATIONNAME = "Krunoslav Zaher";
2767+
ORGANIZATIONNAME = RxSwift;
27682768
TargetAttributes = {
27692769
C80938F51B8A71760088E94D = {
27702770
LastSwiftMigration = 0800;

RxBlocking.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Waiting for observable sequence to complete before exiting command line applicat
1212
DESC
1313
s.homepage = "https://github.com/ReactiveX/RxSwift"
1414
s.license = 'MIT'
15-
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
15+
s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
1616
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
1717

1818
s.requires_arc = true

RxCocoa.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
DESC
1010
s.homepage = "https://github.com/ReactiveX/RxSwift"
1111
s.license = 'MIT'
12-
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
12+
s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
1313
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
1414

1515
s.requires_arc = true

RxRelay.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay
1212
DESC
1313
s.homepage = "https://github.com/ReactiveX/RxSwift"
1414
s.license = 'MIT'
15-
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
15+
s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
1616
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
1717

1818
s.requires_arc = true

RxSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gitDiff().grep("bug").less // sequences of swift objects
2222
DESC
2323
s.homepage = "https://github.com/ReactiveX/RxSwift"
2424
s.license = 'MIT'
25-
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
25+
s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
2626
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
2727

2828
s.requires_arc = true

RxTest.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func testMap() {
4242
DESC
4343
s.homepage = "https://github.com/ReactiveX/RxSwift"
4444
s.license = 'MIT'
45-
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
45+
s.author = { "Shai Mishali" => "freak4pc@gmail.com", "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
4646
s.source = { :git => "https://github.com/ReactiveX/RxSwift.git", :tag => s.version.to_s }
4747

4848
s.requires_arc = true

docs/Classes/AsyncSubject.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h4>Declaration</h4>
579579
</article>
580580
</div>
581581
<section class="footer">
582-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
582+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
583583
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
584584
</section>
585585
</body>

docs/Classes/BehaviorSubject.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ <h4>Declaration</h4>
683683
</article>
684684
</div>
685685
<section class="footer">
686-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
686+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
687687
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
688688
</section>
689689
</body>

docs/Classes/BooleanDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h4>Declaration</h4>
479479
</article>
480480
</div>
481481
<section class="footer">
482-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
482+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
483483
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
484484
</section>
485485
</body>

docs/Classes/CompositeDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ <h4>Declaration</h4>
710710
</article>
711711
</div>
712712
<section class="footer">
713-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
713+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
714714
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
715715
</section>
716716
</body>

docs/Classes/ConcurrentDispatchQueueScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ <h4>Return Value</h4>
788788
</article>
789789
</div>
790790
<section class="footer">
791-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
791+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
792792
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
793793
</section>
794794
</body>

docs/Classes/ConcurrentMainScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ <h4>Return Value</h4>
704704
</article>
705705
</div>
706706
<section class="footer">
707-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
707+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
708708
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
709709
</section>
710710
</body>

docs/Classes/ConnectableObservable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ <h4>Return Value</h4>
401401
</article>
402402
</div>
403403
<section class="footer">
404-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
404+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
405405
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
406406
</section>
407407
</body>

docs/Classes/CurrentThreadScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ <h4>Return Value</h4>
491491
</article>
492492
</div>
493493
<section class="footer">
494-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
494+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
495495
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
496496
</section>
497497
</body>

docs/Classes/DisposeBag.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ <h4>Declaration</h4>
661661
</article>
662662
</div>
663663
<section class="footer">
664-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
664+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
665665
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
666666
</section>
667667
</body>

docs/Classes/DisposeBag/DisposableBuilder.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h1>DisposableBuilder</h1>
378378
</article>
379379
</div>
380380
<section class="footer">
381-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
381+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
382382
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
383383
</section>
384384
</body>

docs/Classes/HistoricalScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h4>Parameters</h4>
414414
</article>
415415
</div>
416416
<section class="footer">
417-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
417+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
418418
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
419419
</section>
420420
</body>

docs/Classes/MainScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ <h4>Declaration</h4>
511511
</article>
512512
</div>
513513
<section class="footer">
514-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
514+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
515515
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
516516
</section>
517517
</body>

docs/Classes/Observable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h4>Declaration</h4>
420420
</article>
421421
</div>
422422
<section class="footer">
423-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
423+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
424424
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
425425
</section>
426426
</body>

docs/Classes/OperationQueueScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ <h4>Return Value</h4>
544544
</article>
545545
</div>
546546
<section class="footer">
547-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
547+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
548548
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
549549
</section>
550550
</body>

docs/Classes/PublishSubject.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ <h4>Declaration</h4>
633633
</article>
634634
</div>
635635
<section class="footer">
636-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
636+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
637637
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
638638
</section>
639639
</body>

docs/Classes/RefCountDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h4>Declaration</h4>
481481
</article>
482482
</div>
483483
<section class="footer">
484-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
484+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
485485
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
486486
</section>
487487
</body>

docs/Classes/ReplaySubject.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ <h4>Declaration</h4>
607607
</article>
608608
</div>
609609
<section class="footer">
610-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
610+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
611611
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
612612
</section>
613613
</body>

docs/Classes/ScheduledDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h4>Declaration</h4>
510510
</article>
511511
</div>
512512
<section class="footer">
513-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
513+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
514514
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
515515
</section>
516516
</body>

docs/Classes/SerialDispatchQueueScheduler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ <h4>Return Value</h4>
901901
</article>
902902
</div>
903903
<section class="footer">
904-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
904+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
905905
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
906906
</section>
907907
</body>

docs/Classes/SerialDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h4>Declaration</h4>
483483
</article>
484484
</div>
485485
<section class="footer">
486-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
486+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
487487
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
488488
</section>
489489
</body>

docs/Classes/SingleAssignmentDisposable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h4>Declaration</h4>
483483
</article>
484484
</div>
485485
<section class="footer">
486-
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-03)</p>
486+
<p>&copy; 2024 <a class="link" href="https://github.com/ReactiveX/RxSwift" target="_blank" rel="external noopener">Shai Mishali and Krunoslav Zaher</a>. All rights reserved. (Last updated: 2024-10-06)</p>
487487
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
488488
</section>
489489
</body>

0 commit comments

Comments
 (0)